We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55ee8eb commit aebe8a7Copy full SHA for aebe8a7
package.json
@@ -14,7 +14,7 @@
14
"lint": "turbo run lint",
15
"test": "turbo run test",
16
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
17
- "release": "yarn test && yarn build && yarn changeset publish"
+ "release": "yarn build && yarn test && yarn changeset publish"
18
},
19
"devDependencies": {
20
"eslint": "7.32.0",
0 commit comments