Fix release script in root package.json

This commit is contained in:
bjoluc 2021-10-02 02:46:50 +02:00
parent f96a618fb4
commit de6c6348b7
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ on:
- ".changeset/**"
- ".github/**"
- "packages/**"
- "package.json"
branches:
- main

View File

@ -12,7 +12,7 @@
"prepare": "husky install && npm run build",
"tsc": "npm run tsc -ws",
"changeset": "changeset",
"release": "npm run build && npm test && changeset publish"
"release": "npm install && npm test && changeset publish"
},
"engines": {
"node": ">=14.0.0",