Skip to content

Commit

Permalink
Merge pull request #9 from CloudPower97/fix/pretty-fix-pretest
Browse files Browse the repository at this point in the history
fix: run pretty and fix on pretest
  • Loading branch information
CloudPower97 committed Dec 3, 2018
2 parents 7604dfc + dcdd7a8 commit 37dc3a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"main": "./lib/index.js",
"scripts": {
"clean": "rimraf lib",
"pretest": "npm run fix",
"pretest": "run-s pretty fix",
"test": "jest --env=jsdom",
"prebuild": "run-s clean lint pretty",
"build": "babel -d lib src",
"build:watch": "babel -d lib src --watch",
"lint": "eslint src/**/**/*.js",
"lint": "eslint src/**/*.js",
"fix": "eslint src/**/*.js --fix",
"pretty": "prettier --write src/**/**/*.js"
},
Expand Down

0 comments on commit 37dc3a3

Please sign in to comment.