Skip to content

Commit

Permalink
chore: Update scripts feild in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 13, 2021
1 parent 718b871 commit 1f58c12
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 @@ -15,7 +15,7 @@
"example:templates": "node test/templates/index.js",
"pretest": "npm run example && npm run example:templates",
"test": "npm run example && npm run example:templates && tsbb test",
"coverage": "tsbb test --coverage"
"coverage": "npm run example && npm run example:templates && tsbb test --coverage"
},
"author": "Kenny <wowohoo@qq.com>",
"repository": {
Expand Down

0 comments on commit 1f58c12

Please sign in to comment.