Skip to content

Commit

Permalink
add package.json script
Browse files Browse the repository at this point in the history
  • Loading branch information
Casheeew committed Jan 28, 2024
1 parent 6cedadc commit a9e04d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"type": "module",
"scripts": {
"bench": "vitest bench",
"build": "node ./dev/bin/build.js",
"build-libs": "node ./dev/bin/build-libs.js",
"test": "npm run test-lint-js && npm run test-ts && npm run test-lint-css && npm run test-lint-html && npm run test-code && npm run test-build",
Expand Down

0 comments on commit a9e04d7

Please sign in to comment.