Skip to content

Commit

Permalink
adding in prepare for the build (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray committed Nov 21, 2023
1 parent d4f354b commit 5cc5f26
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 @@ -11,6 +11,7 @@
"build": "rm -rf dist && tsc -p tsconfig.build.json",
"test": "vitest run --coverage",
"release": "yarn check && yarn test -- --run && yarn build",
"prepare": "yarn build",
"fix": "yarn lint && yarn fmt",
"check": "yarn lint:check && yarn fmt:check",
"lint": "eslint --cache --max-warnings 0 --fix '**/*.{ts,mts,js}'",
Expand Down

0 comments on commit 5cc5f26

Please sign in to comment.