use lerna to handle build order and speed up buildsitedeps
This commit is contained in:
parent
893b22bec8
commit
d613c842d6
83 changed files with 186 additions and 230 deletions
|
@ -32,6 +32,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"build": "node build.mjs",
|
||||
"buildall": "node build.mjs",
|
||||
"clean": "rimraf dist",
|
||||
"mbuild": "NO_MINIFY=1 node build.mjs",
|
||||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
||||
|
@ -44,9 +45,8 @@
|
|||
"testci": "c8 mocha tests/*.test.mjs",
|
||||
"prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'",
|
||||
"jsdoc": "jsdoc -c jsdoc.json -r src",
|
||||
"cibuild_step0": "node build.mjs",
|
||||
"wbuild": "node build.mjs",
|
||||
"wcibuild_step0": "node build.mjs"
|
||||
"wbuildall": "node build.mjs"
|
||||
},
|
||||
"peerDependencies": {},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue