Skip to content

Commit 307591f

Browse files
committed
remove pretty script from package.json
1 parent 470663a commit 307591f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@
112112
"code-lint": "eslint setup lib bin hot buildin \"test/*.js\" \"test/**/webpack.config.js\" \"examples/**/webpack.config.js\" \"schemas/**/*.js\"",
113113
"type-lint": "tsc --pretty",
114114
"fix": "yarn code-lint --fix",
115-
"pretty": "prettier --write \"**/*.{js,ts}\"",
116115
"schema-lint": "node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.lint.js\" --no-verbose",
117116
"benchmark": "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.benchmark.js\" --runInBand",
118117
"cover": "yarn cover:init && yarn cover:all && yarn cover:report",

0 commit comments

Comments
 (0)