add support for windows-specific build and prebuild scripts
This commit is contained in:
parent
aa1d76ee80
commit
aba62cd3bc
82 changed files with 260 additions and 84 deletions
|
@ -35,7 +35,9 @@
|
|||
"vbuild": "VERBOSE=1 node build.mjs",
|
||||
"lab": "cd ../../sites/lab && yarn start",
|
||||
"tips": "node ../../scripts/help.mjs",
|
||||
"cibuild_step6": "node build.mjs"
|
||||
"cibuild_step6": "node build.mjs",
|
||||
"wbuild": "node build.mjs",
|
||||
"wcibuild_step6": "node build.mjs"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/utils": "^3.0.0-alpha.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue