1
0
Fork 0

feat: Let yarn lab start the dev env

This commit is contained in:
Joost De Cock 2022-06-17 14:12:46 +02:00
parent e69e87a8ad
commit 7108cb46a2
90 changed files with 187 additions and 3 deletions

View file

@ -33,6 +33,7 @@
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
"test": "BABEL_ENV=production npx mocha tests/*.test.mjs --require @babel/register",
"vbuild": "VERBOSE=1 node build.js",
"lab": "cd ../../sites/lab && yarn start",
"prettier": "npx prettier --write 'src/*.js' 'tests/*.mjs'",
"testci": "BABEL_ENV=production npx mocha tests/*.test.mjs --require @babel/register --reporter ../../tests/reporters/terse.js",
"cibuild_step1": "node build.js"