diff --git a/package.json b/package.json index 47e4892a..9832d09b 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "scripts": { "start": "node scripts/build.js --bundle --serve", "build": "node scripts/build.js --bundle --types --copydir \"docs/dist\"", - "verify": "npm run prettier:check && npm run lint && npm run ts-check && npm run test && npm run build", + "verify": "npm run prettier:check && npm run lint && npm run build && npm run test", "prepublishOnly": "npm run verify", "prettier": "prettier --write --loglevel warn .", "prettier:check": "prettier --check --loglevel warn .", @@ -40,7 +40,7 @@ "lint:fix": "npm run lint -- --fix", "ts-check": "tsc --noEmit --project ./tsconfig.json", "create": "plop --plopfile scripts/plop/plopfile.js", - "test": "node scripts/build.js --bundle && web-test-runner", + "test": "web-test-runner", "test:watch": "web-test-runner --watch", "spellcheck": "cspell \"**/*.{js,ts,json,html,css,md}\" --no-progress", "list-outdated-dependencies": "npm-check-updates --format repo --peer",