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

Commit

Permalink
Update .gitignore and .npmignore
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Neupauer <peter@neupauer.sk>
  • Loading branch information
neupauer committed Feb 3, 2021
1 parent f0b192b commit 85cee77
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 729 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm install
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
Expand All @@ -41,7 +41,7 @@ jobs:
with:
node-version: 12
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: npm install
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
1 change: 1 addition & 0 deletions .gitignore
@@ -1,2 +1,3 @@
node_modules
package-lock.json
yarn.lock
7 changes: 7 additions & 0 deletions .npmignore
@@ -0,0 +1,7 @@
.github
dist
node_modules
scripts
jsconfig.json
package-lock.json
yarn.lock

0 comments on commit 85cee77

Please sign in to comment.