Skip to content

Commit

Permalink
fix(package): run build on prepublishOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jun 8, 2022
1 parent 7567b34 commit 7a3b5b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"figma:export-styles": "figma-export use-config",
"test": "pnpm exec vitest --coverage --run",
"lint:fix": "pnpm run lint:js --fix",
"lint:js": "eslint ."
"lint:js": "eslint .",
"prepublishOnly": "pnpm build"
},
"dependencies": {
"tailwindcss": "^2.2.15"
Expand Down

0 comments on commit 7a3b5b5

Please sign in to comment.