feat: Let yarn lab start the dev env
This commit is contained in:
parent
e69e87a8ad
commit
7108cb46a2
90 changed files with 187 additions and 3 deletions
|
@ -34,6 +34,7 @@
|
|||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
||||
"test": "BABEL_ENV=production nyc -x node_modules -x tests/fixtures -x bin-pack npx mocha tests/*.test.js",
|
||||
"vbuild": "VERBOSE=1 node build.js",
|
||||
"lab": "cd ../../sites/lab && yarn start",
|
||||
"coverage": "BABEL_ENV=production nyc npm test && nyc report --reporter=text-lcov > coverage.lcov && ./node_modules/.bin/codecov",
|
||||
"report": "BABEL_ENV=production nyc report --reporter=html",
|
||||
"testci": "BABEL_ENV=production npx mocha tests/*.test.js --require @babel/register --reporter ../../tests/reporters/terse.js",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue