Skip to content

Commit 50749a0

Browse files
committed
Remove prettier from pipeline
1 parent 89ae732 commit 50749a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"prepublish": "npm run build && npm run test",
2727
"prettier": "prettier --arrow-parens=always --single-quote --tab-width=4 --print-width=80 \"./src/**/*.js\" \"./test/**/*js\" --write",
2828
"babel": "babel src --out-dir dist --ignore '**/*.test.js'",
29-
"test": "npm run prettier && jest --coverage --no-cache",
30-
"build": "npm run prettier && npm run babel",
29+
"test": "jest --coverage --no-cache",
30+
"build": "npm run babel",
3131
"jest": "jest --watch"
3232
},
3333
"jest": {

0 commit comments

Comments
 (0)