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 8eb7123 commit 39ebce2Copy full SHA for 39ebce2
.github/workflows/publish.yml
@@ -13,7 +13,7 @@ jobs:
13
node-version: '18.17.1'
14
registry-url: 'https://registry.npmjs.org'
15
- run: npm ci
16
- - run: npm publish chronos_npm_package --access=public
+ - run: npm publish --access=public
17
env:
18
# need to add NPM token to github secret if not available
19
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
.npmignore
@@ -0,0 +1,5 @@
1
+#IGNORE ALL
2
+*
3
+
4
+#Do not ignore this
5
+!chronos_npm_package
0 commit comments