Skip to content

Commit 764e00c

Browse files
committed
add npmignore
1 parent 5b3fbaa commit 764e00c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
with:
1313
node-version: '18.17.1'
1414
registry-url: 'https://registry.npmjs.org'
15-
- run: cd chronos_npm_package
1615
- run: npm ci
1716
- run: npm publish --access=public
1817
env:

.npmignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#Ignore all
2+
*
3+
#DO NOT Ignore
4+
!chronos_npm_package/

0 commit comments

Comments
 (0)