better naming convention for build scripts. bring back build:all
This commit is contained in:
parent
d613c842d6
commit
9c88b44501
79 changed files with 321 additions and 161 deletions
|
@ -24,7 +24,8 @@
|
|||
},
|
||||
"scripts": {
|
||||
"build": "node build.mjs",
|
||||
"buildall": "node build.mjs",
|
||||
"build:sitedeps": "yarn build",
|
||||
"build:all": "yarn build",
|
||||
"clean": "rimraf dist",
|
||||
"mbuild": "NO_MINIFY=1 node build.mjs",
|
||||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
||||
|
@ -34,7 +35,8 @@
|
|||
"tips": "node ../../scripts/help.mjs",
|
||||
"lint": "eslint 'src/**/*.mjs'",
|
||||
"wbuild": "node build.mjs",
|
||||
"wbuildall": "node build.mjs"
|
||||
"wbuild:sitedeps": "yarn wbuild",
|
||||
"wbuild:all": "yarn wbuild"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=14"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue