Skip to content

Commit 7bbe4a5

Browse files
committed
build: change postinstall script to prepare so it runs only in development
1 parent cbd3f39 commit 7bbe4a5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package-lock.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"docs-serve-only": "npx sirv-cli _gh_pages --port 9001",
6666
"lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
6767
"update-deps": "ncu -u -x eslint,karma-browserstack-launcher,karma-rollup-preprocessor",
68-
"postinstall": "rimraf node_modules/sass",
68+
"prepare": "rimraf node_modules/sass",
6969
"release": "npm-run-all dist release-sri docs-build release-zip*",
7070
"release-sri": "node build/generate-sri.mjs",
7171
"release-version": "node build/change-version.mjs",

0 commit comments

Comments
 (0)