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
|
@ -40,7 +40,9 @@
|
|||
"tips": "node ../../scripts/help.mjs",
|
||||
"prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'",
|
||||
"testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js",
|
||||
"cibuild_step1": "node build.mjs"
|
||||
"cibuild_step1": "node build.mjs",
|
||||
"wbuild": "node build.mjs",
|
||||
"wcibuild_step1": "node build.mjs"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@freesewing/core": "^3.0.0-alpha.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue