Skip to content

Commit

Permalink
less redundancy
Browse files Browse the repository at this point in the history
  • Loading branch information
pstaender committed Apr 22, 2024
1 parent 4cbd9f4 commit ffd102f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -8,7 +8,7 @@
},
"scripts": {
"test": "npx mocha test/**/*.ts",
"build-and-test": "npm run build && npx mocha test/**/*.ts",
"build-and-test": "npm run build && npm run test",
"build": "tsc --build",
"watch": "tsc --build -w"
},
Expand Down

0 comments on commit ffd102f

Please sign in to comment.