Skip to content

Commit

Permalink
Add prepublish build step to toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
msfstef committed May 9, 2024
1 parent f8d7da5 commit 8febb3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/toolbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"build": "rm -rf ./dist && vite build && tsc -p tsconfig.build.json",
"check-styleguide": "prettier --check --loglevel warn . && eslint src --quiet",
"typecheck": "tsc --noEmit",
"prepublishOnly": "pnpm build",
"test": "vitest run"
},
"engines": {
Expand Down

0 comments on commit 8febb3b

Please sign in to comment.