Skip to content

Commit 9ff799c

Browse files
authored
Remove prettifier from build (#684)
* Removing prettifier from the build pipeline as it's an unnecessary step during a build operation. * Version number updated in package-lock.json Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
1 parent 541ef6b commit 9ff799c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
3838
"prebuild": "./scripts/prebuild.sh",
3939
"build-ci": "npm run prebuild && ./scripts/build.sh",
40-
"build": "npm install && npm run lint && npm run pretty && ./scripts/build.sh",
40+
"build": "npm install && npm run lint && ./scripts/build.sh",
4141
"start:dev": "npm run build && nodemon --ext \".ts,.js\" --watch \"./src\" --exec \"npm run build\"",
4242
"pretty": "prettier --list-different \"**/*.{ts,tsx,js,jsx,json,md}\"",
4343
"pretty-fix": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\""

0 commit comments

Comments
 (0)