Skip to content

Commit 8ec6af6

Browse files
committed
fix install command which breaks with 'run' in npm 11
1 parent b304034 commit 8ec6af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"lint:eslint": "eslint --ext .ts,.js,.mjs,.cjs .",
2525
"lint:prettier": "node node_modules/prettier/bin-prettier.js \"**/*.{ts,js,mjs,cjs,md}\" --check --ignore-path .eslintignore",
2626
"prepare": "husky",
27-
"reinstall-workspace": "rimraf --glob packages/*/node_modules && rimraf node_modules && npm run install && npm run build",
27+
"reinstall-workspace": "rimraf --glob packages/*/node_modules && rimraf node_modules && npm install && npm run build",
2828
"release": "changeset publish && npm run format",
2929
"release:enter-pre": "[ ! -f .changeset/pre.json ] && npx changeset pre enter next || echo 'Already in pre mode'",
3030
"review-content": "alex 'docs/**/*.md'",

0 commit comments

Comments
 (0)