1
0
Fork 0

remove unneeded dependency build before testing

This commit is contained in:
Enoch Riese 2023-07-27 23:57:24 -05:00
parent 7ff2bded15
commit a2f1c50711
68 changed files with 67 additions and 73 deletions

View file

@ -44,7 +44,7 @@
"tips": "node ../../scripts/help.mjs",
"lint": "npx eslint 'src/**' 'tests/*.mjs'",
"prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'",
"testci": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js",
"testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js",
"wbuild": "node build.mjs",
"wbuild:all": "yarn wbuild"
},