fix: build script
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@
|
|||||||
"lint-fix": "eslint --fix --ignore-path .eslintignore --ext .js,.ts . --max-warnings=0",
|
"lint-fix": "eslint --fix --ignore-path .eslintignore --ext .js,.ts . --max-warnings=0",
|
||||||
"format-staged": "pretty-quick --staged",
|
"format-staged": "pretty-quick --staged",
|
||||||
"format": "pretty-quick",
|
"format": "pretty-quick",
|
||||||
"build": "npm run tests && npm run clean && tsc --project tsconfig.cjs.json & tsc --project tsconfig.esm.json",
|
"build": "npm run tests && npm run clean && tsc --project tsconfig.cjs.json && tsc --project tsconfig.esm.json",
|
||||||
"test:unit": "mocha -r ts-node/register",
|
"test:unit": "mocha -r ts-node/register",
|
||||||
"test:integration": "mocha -r ts-node/register -r integrationTests/mochaRootHooks.ts",
|
"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": "mocha -R progress -r ts-node/register ./tests/**/*.spec.ts",
|
||||||
|
|||||||
Reference in New Issue
Block a user