Skip to content

Commit

Permalink
chore(create-webstone-app): Run build before publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Nikles committed Mar 14, 2021
1 parent 9a15540 commit 092d8b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/create-webstone-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"scripts": {
"dev": "node ./scripts/esbuild.js dev",
"build": "node ./scripts/esbuild.js build",
"prepublishOnly": "pnpm build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
Expand Down

0 comments on commit 092d8b1

Please sign in to comment.