Updated Root Package
This commit is contained in:
parent
0879d998ed
commit
ca644e90f9
|
@ -21,14 +21,14 @@
|
||||||
"utils": "./tools/monorepo-utils/bin/run"
|
"utils": "./tools/monorepo-utils/bin/run"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "pnpm exec turbo run turbo:build",
|
"build": "pnpm -r build",
|
||||||
"test": "pnpm exec turbo run turbo:test",
|
"test": "pnpm -r test",
|
||||||
|
"cherry-pick": "node ./tools/cherry-pick/bin/run",
|
||||||
"clean": "pnpm store prune && git clean -fx **/node_modules && pnpm i",
|
"clean": "pnpm store prune && git clean -fx **/node_modules && pnpm i",
|
||||||
"preinstall": "npx only-allow pnpm",
|
"preinstall": "npx only-allow pnpm",
|
||||||
"postinstall": "pnpm git:update-hooks",
|
"postinstall": "pnpm git:update-hooks",
|
||||||
"git:update-hooks": "if test -d .git; then rm -r .git/hooks && mkdir -p .git/hooks && husky install; else husky install; fi",
|
"git:update-hooks": "if test -d .git; then rm -r .git/hooks && mkdir -p .git/hooks && husky install; else husky install; fi",
|
||||||
"create-extension": "node ./tools/create-extension/index.js",
|
"create-extension": "node ./tools/create-extension/index.js",
|
||||||
"cherry-pick": "node ./tools/cherry-pick/bin/run",
|
|
||||||
"sync-dependencies": "pnpm exec syncpack -- fix-mismatches",
|
"sync-dependencies": "pnpm exec syncpack -- fix-mismatches",
|
||||||
"utils": "node ./tools/monorepo-utils/dist/index.js"
|
"utils": "node ./tools/monorepo-utils/dist/index.js"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue