Skip to content

Commit d01bdf6

Browse files
changes
1 parent b30fdbe commit d01bdf6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
node-version: '20.x'
1414
registry-url: 'https://registry.npmjs.org'
1515
- run: npm ci
16-
- run: npm run build -- --outDir=build
16+
- run: npm run build
1717
- run: npm publish --access public
1818
env:
1919
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.3",
3+
"version": "1.0.4",
44
"description": "",
55
"keywords": [],
66
"author": "",

0 commit comments

Comments
 (0)