Skip to content

Commit

Permalink
fix: rename npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateu Aguiló Bosch committed Aug 12, 2018
1 parent ac19bb4 commit 03feca2
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 @@ -28,7 +28,7 @@
"precommit": "lint-staged && npm run emdaer && npm run flow",
"emdaer": "emdaer --yes && git add *.md",
"prepush": "npm run lint && npm run flow && npm test",
"prepublish": "npm run build",
"prepare": "npm run build",
"flow": "flow status",
"build": "./node_modules/.bin/babel src -d lib --copy-files --delete-dir-on-start",
"prettier": "prettier --write './**/*.js' && eslint './**/*.js' --fix",
Expand Down

0 comments on commit 03feca2

Please sign in to comment.