Skip to content

Commit

Permalink
chore: np => release-it (+1 squashed commit)
Browse files Browse the repository at this point in the history
Squashed commits:
[b75d246] chore: run test before release
  • Loading branch information
aladdin-add committed Aug 30, 2021
1 parent d7dac6c commit 9f0436c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"test": "yarn build && yarn test:post-build",
"test:post-build": "node dist/index.js test",
"start": "tsc -p tsconfig.json --watch",
"release": "np",
"release": "yarn test && release-it",
"deduplicate": "yarn dedupe",
"deduplicate:check": "yarn dedupe -c"
},
Expand Down Expand Up @@ -112,7 +112,7 @@
"cssnano": "^4.1.10",
"doctoc": "^1.4.0",
"husky": "^4.2.2",
"np": "^6.4.0",
"release-it": "^14.11.5",
"pretty-quick": "^2.0.0",
"react": "^16.8.6",
"react-dom": "^16.13.0",
Expand Down

0 comments on commit 9f0436c

Please sign in to comment.