Skip to content

Commit

Permalink
feat: adding prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
slkzgm committed Jan 4, 2025
1 parent 30318b5 commit 5a93361
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 @@ -20,6 +20,7 @@
"license": "MIT",
"scripts": {
"build": "rimraf dist && rollup -c",
"prepare": "npm run build",
"docs:generate": "typedoc --options typedoc.json",
"docs:deploy": "npm run docs:generate && gh-pages -d docs",
"format": "prettier --write src/**/*.ts",
Expand Down

0 comments on commit 5a93361

Please sign in to comment.