Skip to content

Commit

Permalink
chore: simplify script
Browse files Browse the repository at this point in the history
  • Loading branch information
sparten11740 committed Feb 15, 2024
1 parent 92bba82 commit f1dd3d8
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 @@ -37,7 +37,7 @@
"test:raw": "npm run test:normal && npm run test:module",
"test:module": "tape -r ./test/tools/test-module.js test/*.js test/regressions/*.js",
"test:normal": "tape test/*.js test/regressions/*.js",
"test:types": "cd test/types && yarn test"
"test:types": "yarn --cwd test/types test"
},
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit f1dd3d8

Please sign in to comment.