1
0
Fork 0

add support for windows-specific build and prebuild scripts

This commit is contained in:
Enoch Riese 2022-09-13 11:32:50 -05:00
parent aa1d76ee80
commit aba62cd3bc
82 changed files with 260 additions and 84 deletions

View file

@ -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"