chore: Reconfigure with new test settings
This commit is contained in:
parent
e817e1bd47
commit
d45cb7b554
73 changed files with 76 additions and 76 deletions
|
@ -21,17 +21,17 @@
|
|||
],
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "BABEL_ENV=production ../../node_modules/.bin/_mocha tests/*.test.mjs",
|
||||
"test": "BABEL_ENV=production ../../node_modules/.bin/_mocha tests/*.test.mjs --require @babel/register",
|
||||
"pubtest": "npm publish --registry http://localhost:6662",
|
||||
"pubforce": "npm publish",
|
||||
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
||||
"start": "rollup -c -w",
|
||||
"testci": "BABEL_ENV=production ../../node_modules/.bin/_mocha tests/*.test.mjs"
|
||||
"testci": "BABEL_ENV=production ../../node_modules/.bin/_mocha tests/*.test.mjs --require @babel/register --jobs 4 --parallel --reporter ../../tests/reporters/terse.js"
|
||||
},
|
||||
"peerDependencies": {},
|
||||
"dependencies": {
|
||||
"chalk": "^4.1.1",
|
||||
"commander": "^9.0.0",
|
||||
"commander": "^8.1.0",
|
||||
"conf": "^10.0.1",
|
||||
"cp-file": "^9.0.0",
|
||||
"execa": "^5.1.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue