Skip to content

Commit c42295f

Browse files
committed
update the library
1 parent 74cf1ab commit c42295f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish-to-npm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
node-version: '20.x'
1414
registry-url: 'https://registry.npmjs.org'
1515
- run: npm ci
16+
- run: npm run build # Assuming there's a script in package.json that compiles TS to JS
1617
- run: npm publish
1718
env:
1819
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codebolt/codeboltjs",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "",
55
"keywords": [],
66
"author": "",

0 commit comments

Comments
 (0)