Skip to content

Commit

Permalink
chore(html): run build before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Jan 29, 2021
1 parent 181b929 commit ce65c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"lint:js": "eslint --fix --cache src test --ext .js,.ts",
"lint:package": "prettier --write package.json --plugin=prettier-plugin-package",
"prebuild": "del-cli dist",
"prepublishOnly": "pnpm run lint",
"prepublishOnly": "pnpm lint && pnpm build",
"pretest": "pnpm run build",
"test": "ava"
},
Expand Down

0 comments on commit ce65c12

Please sign in to comment.