We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba5b2a commit 475a2ecCopy full SHA for 475a2ec
package.json
@@ -21,7 +21,7 @@
21
"lint": "turbo run lint",
22
"lint-staged": "npx lint-staged",
23
"prepare": "husky install",
24
- "release": "turbo run build:engine && changeset publish",
+ "release": "npm run build:engine && changeset publish",
25
"test": "turbo run test",
26
"test:ci": "turbo run test --filter=[origin/master...origin/$GITHUB_HEAD_REF]",
27
"test:recent": "turbo run test --filter=[HEAD^1] ",
0 commit comments