Skip to content

Commit

Permalink
Add prepare task
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoverna committed Mar 24, 2020
1 parent f164642 commit 6241d6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"dist"
],
"scripts": {
"prepare": "npm run test && npm run build",
"build": "rimraf dist && npm run build:umd & npm run build:es & npm run build:unpkg",
"build:umd": "rollup --config build/rollup.config.js --format umd --file dist/vue-datocms.umd.js",
"build:es": "rollup --config build/rollup.config.js --format es --file dist/vue-datocms.esm.js",
Expand Down

1 comment on commit 6241d6b

@vercel
Copy link

@vercel vercel bot commented on 6241d6b Mar 24, 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.