Skip to content

Commit

Permalink
fix(package): remove postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranayub committed Jul 29, 2020
1 parent eb4cd4d commit 9f99d4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
registry-url: https://registry.npmjs.org/
- run: yarn
- run: yarn build
- run: yarn prepare:ci
- run: yarn semantic-release
env:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"start": "npm link && nodemon",
"semantic-release": "semantic-release",
"docs": "typedoc",
"postinstall": "npx copyfiles -s package.json README.md CHANGELOG.md LICENSE dist/"
"prepare:ci": "npx copyfiles -s package.json README.md CHANGELOG.md LICENSE dist/"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 9f99d4b

Please sign in to comment.