Skip to content

Commit c21d1ca

Browse files
authoredFeb 10, 2025··
rename "build" script to "_build"
Mitigates NPM trying to install devDependencies when included as a dependency. npm/cli#3902
1 parent 8030987 commit c21d1ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
],
4747
"scripts": {
4848
"watch": "parcel watch",
49-
"build": "parcel build && yarn run css",
49+
"_build": "parcel build && yarn run css",
5050
"css": "yarn sass src/:dist/ --style compressed",
5151
"watch-css": "yarn sass src/:dist/ --watch --style compressed",
5252
"test": "karma start test/karma.conf.js",

0 commit comments

Comments
 (0)
Please sign in to comment.