chore: update package.json scripts
This commit is contained in:
+1
-2
@@ -53,9 +53,8 @@
|
||||
"build:esm": "tsc --project tsconfig.esm.json",
|
||||
"build:cjs": "tsc --project tsconfig.cjs.json",
|
||||
"build:json": "node ./scripts/create_dist_package_json.js",
|
||||
"test:unit": "mocha -r ts-node/register",
|
||||
"test:integration": "mocha -r ts-node/register -r integrationTests/mochaRootHooks.ts",
|
||||
"tests:unit": "mocha -R progress -r ts-node/register ./tests/**/*.spec.ts",
|
||||
"tests:unit:watch": "mocha -w --watch-files . -R progress -r ts-node/register ./tests/**/*.spec.ts",
|
||||
"tests:integration": "mocha -R progress -r ts-node/register -r integrationTests/mochaRootHooks.ts ./integrationTests/**/*.spec.ts",
|
||||
"tests": "mocha -R progress -r ts-node/register ./tests/**/*.spec.ts && mocha -R progress -r ts-node/register -r integrationTests/mochaRootHooks.ts ./integrationTests/**/*.spec.ts",
|
||||
"test-coverage": "nyc npm run tests:unit",
|
||||
|
||||
Reference in New Issue
Block a user