fix: Call mocha through npx
This commit is contained in:
parent
cde12f2b70
commit
ae490a05d5
74 changed files with 152 additions and 152 deletions
|
@ -21,12 +21,12 @@
|
|||
],
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "BABEL_ENV=production mocha tests/*.test.mjs --require @babel/register",
|
||||
"test": "BABEL_ENV=production npx 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 mocha tests/*.test.mjs --require @babel/register --jobs 4 --parallel --reporter ../../tests/reporters/terse.js"
|
||||
"testci": "BABEL_ENV=production npx mocha tests/*.test.mjs --require @babel/register --jobs 4 --parallel --reporter ../../tests/reporters/terse.js"
|
||||
},
|
||||
"peerDependencies": {},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue