We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b30fdbe commit d01bdf6Copy full SHA for d01bdf6
.github/workflows/publish-to-npm.yml
@@ -13,7 +13,7 @@ jobs:
13
node-version: '20.x'
14
registry-url: 'https://registry.npmjs.org'
15
- run: npm ci
16
- - run: npm run build -- --outDir=build
+ - run: npm run build
17
- run: npm publish --access public
18
env:
19
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@codebolt/codeboltjs",
3
- "version": "1.0.3",
+ "version": "1.0.4",
4
"description": "",
5
"keywords": [],
6
"author": "",
0 commit comments