Skip to content

Commit

Permalink
fix: add release packages to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lili2311 committed May 27, 2021
1 parent 82d047a commit 603917b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ jobs:
- image: circleci/node:latest
steps:
- checkout
- run: npm install semantic-release @semantic-release/exec pkg --save-dev --legacy-peer-deps
- run: npm install
- run: npm test
- run: npm run test:system
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
"jest": "^27.0.1",
"node-notifier": "9.0.1",
"prettier": "2.3.0",
"@semantic-release/exec": "5.0.0",
"semantic-release": "17.4.3",
"ts-jest": "27.0.0",
"ts-node": "8.6.2",
"tsc-watch": "^4.1.0",
Expand Down

0 comments on commit 603917b

Please sign in to comment.