Skip to content

Commit

Permalink
always build before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
FredKSchott committed Oct 5, 2020
1 parent dc8cf16 commit 729f648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"bootstrap": "lerna bootstrap",
"build": "lerna run build --scope=esinstall --scope=snowpack",
"build:watch": "lerna run build:watch --parallel --scope=esinstall --scope=snowpack",
"publish": "lerna publish --no-private",
"publish": "npm run build && lerna publish --no-private",
"format": "prettier --write '{snowpack,esinstall}/src/**/*.{ts,js}' '{test,plugins}/**/*.{ts,js}' '*.{js,json,md}' '**/*.{json,md}' '.github/**/*.{md,yml}' '!**/{_dist_,build,packages,pkg,TEST_BUILD_OUT,web_modules}/**' !test/create-snowpack-app/test-install",
"test": "jest --test-timeout=30000"
},
Expand Down

1 comment on commit 729f648

@vercel
Copy link

@vercel vercel bot commented on 729f648 Oct 5, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.