Skip to content

Commit 39ebce2

Browse files
committed
added npmignore for root directory
1 parent 8eb7123 commit 39ebce2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
node-version: '18.17.1'
1414
registry-url: 'https://registry.npmjs.org'
1515
- run: npm ci
16-
- run: npm publish chronos_npm_package --access=public
16+
- run: npm publish --access=public
1717
env:
1818
# need to add NPM token to github secret if not available
1919
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

.npmignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#IGNORE ALL
2+
*
3+
4+
#Do not ignore this
5+
!chronos_npm_package

0 commit comments

Comments
 (0)