Skip to content

Commit

Permalink
fix npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
stackdump committed Sep 11, 2023
1 parent 3e25f16 commit 08523f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
node-version: 17
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build:github && npm publish
- run: npm run build && npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
},
"scripts": {
"build": "tsc -p tsconfig.json",
"build:github": "tsc -p tsconfig.json && mv ./dist/* .",
"clean": "git clean -df",
"lint": "tsc --noEmit && eslint \"**/*.{js,ts}\" --quiet --fix",
"test": "jest --forceExit --coverage --verbose --detectOpenHandles"
Expand Down

0 comments on commit 08523f9

Please sign in to comment.