Skip to content

Commit

Permalink
fix(ci): re-enable pinst when copying updated package.json back to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
noticeeverything committed Jul 16, 2021
1 parent 9de9dfd commit 6ee9e6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
run: |
yarn semantic-release
cp dist/package.json .
pinst --enable
# Commit changes to package.json and README.md
- name: Auto Commit
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"clean": "rimraf coverage dist tmp",
"copy": "pinst --disable && cpy package.json dist && cpy README.md dist && pinst --enable",
"lint": "eslint \"src/**/*.ts\" --fix",
"_postinstall": "husky install",
"postinstall": "husky install",
"qa": "run-s -l lint test clean build:check",
"semantic-release": "semantic-release",
"test": "jest",
Expand Down

0 comments on commit 6ee9e6b

Please sign in to comment.