Skip to content

Commit

Permalink
fix: scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
v8tenko committed Aug 29, 2024
1 parent b6bc9c3 commit ef22666
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"build"
],
"scripts": {
"init": "husky install && npm run build && npm run test:init",
"init": "husky install && npm run build",
"postinstall": "npm run test:init",
"precommit": "npm run lint && npm run test",
"build": "run-p build:*",
"build:js": "./esbuild/build.mjs",
Expand Down

0 comments on commit ef22666

Please sign in to comment.