Skip to content

Commit

Permalink
chore: run prebuild script explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Jun 7, 2022
1 parent 45faa13 commit a9270d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -11,8 +11,7 @@
"prettier": "prettier --write \"{src,test,documentation}/**/*.{js,ts,json,html,xml,css,md}\"",
"test": "ava",
"prebuild": "pnpm run clean",
"build": "pnpm run rollup",
"watch": "pnpm run rollup -- --watch",
"build": "pnpm run prebuild && pnpm run rollup",
"rollup": "rollup -c rollup.config.js",
"preversion": "pnpm run lint && pnpm run build",
"version": "pnpm run generate:all && git add .",
Expand Down

0 comments on commit a9270d3

Please sign in to comment.