Skip to content
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.

Commit

Permalink
build before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
popeindustries committed Apr 14, 2020
1 parent 655a981 commit a85410e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -65,7 +65,7 @@
"lint": "npm run typecheck && eslint './{src,test}/**/*.js'",
"perf": "node test/perf.js",
"prepublishOnly": "npm run build",
"test": "npm run lint && npm run test:unit && npm run test:browser",
"test": "npm run build && npm run lint && npm run test:unit && npm run test:browser",
"test:unit": "NODE_ENV=test mocha \"test/*-test.js\" --reporter spec --bail --timeout 2000",
"test:browser": "node ./test/browser/cli.js",
"typecheck": "tsc --noEmit"
Expand Down

0 comments on commit a85410e

Please sign in to comment.