Skip to content

Commit

Permalink
devops: include type tests in main test sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
axelpale committed Nov 7, 2024
1 parent 7931b67 commit 15d3cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"scripts": {
"start": "npm run start:examples_server",
"start:examples_server": "python2.7 -m SimpleHTTPServer 8000",
"test": "npm run test:lint && npm run test:unit",
"test": "npm run test:lint && npm run test:unit && npm run test:types",
"test:unit": "node test/index.test.js",
"test:pretty": "node test/index.test.js | tap-arc",
"test:lint": "standard index.js 'lib/**/*.js' 'test/**/*.js'",
Expand Down

0 comments on commit 15d3cc8

Please sign in to comment.