fix: build script in package.json

This commit is contained in:
StevanFreeborn
2023-01-27 00:04:22 -06:00
parent 1c07a78f48
commit 3c633203a8
+1 -1
View File
@@ -5,7 +5,7 @@
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"scripts": { "scripts": {
"build": "npm tests && tsc", "build": "npm run tests && tsc",
"tests": "mocha -R progress -r ts-node/register ./tests/**/*.spec.ts", "tests": "mocha -R progress -r ts-node/register ./tests/**/*.spec.ts",
"test": "mocha -r ts-node/register", "test": "mocha -r ts-node/register",
"test-coverage": "nyc npm run tests" "test-coverage": "nyc npm run tests"