Skip to content

Commit

Permalink
Add eslint to prepare task
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoverna committed Mar 25, 2020
1 parent d0ac9c4 commit 39ebfd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"dist"
],
"scripts": {
"prepare": "npm run test && npm run build",
"prepare": "npm run eslint && npm run test && npm run build",
"eslint": "eslint .",
"autofix": "eslint --fix .",
"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",
Expand Down

1 comment on commit 39ebfd6

@vercel
Copy link

@vercel vercel bot commented on 39ebfd6 Mar 25, 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.