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 b304034 commit 8ec6af6Copy full SHA for 8ec6af6
1 file changed
package.json
@@ -24,7 +24,7 @@
24
"lint:eslint": "eslint --ext .ts,.js,.mjs,.cjs .",
25
"lint:prettier": "node node_modules/prettier/bin-prettier.js \"**/*.{ts,js,mjs,cjs,md}\" --check --ignore-path .eslintignore",
26
"prepare": "husky",
27
- "reinstall-workspace": "rimraf --glob packages/*/node_modules && rimraf node_modules && npm run install && npm run build",
+ "reinstall-workspace": "rimraf --glob packages/*/node_modules && rimraf node_modules && npm install && npm run build",
28
"release": "changeset publish && npm run format",
29
"release:enter-pre": "[ ! -f .changeset/pre.json ] && npx changeset pre enter next || echo 'Already in pre mode'",
30
"review-content": "alex 'docs/**/*.md'",
0 commit comments