Skip to content
This repository was archived by the owner on Apr 10, 2021. It is now read-only.

Commit 85cee77

Browse files
committed
Update .gitignore and .npmignore
Signed-off-by: Peter Neupauer <[email protected]>
1 parent f0b192b commit 85cee77

File tree

5 files changed

+11
-729
lines changed

5 files changed

+11
-729
lines changed

.github/workflows/npm-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
node-version: 12
2929
registry-url: https://registry.npmjs.org/
30-
- run: npm ci
30+
- run: npm install
3131
- run: npm publish --access public
3232
env:
3333
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
node-version: 12
4343
registry-url: https://npm.pkg.github.com/
44-
- run: npm ci
44+
- run: npm install
4545
- run: npm publish --access public
4646
env:
4747
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
2+
package-lock.json
23
yarn.lock

.npmignore

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.github
2+
dist
3+
node_modules
4+
scripts
5+
jsconfig.json
6+
package-lock.json
7+
yarn.lock

0 commit comments

Comments
 (0)