Skip to content

Commit bb0f9e3

Browse files
authored
Merge pull request #5269 from fedspendingtransparency/fix-build
change postinstall to a command we run manually
2 parents be34e57 + b2bd518 commit bb0f9e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"storybook": "storybook dev -p 6006",
2323
"build-storybook": "storybook build -c .storybook -o docs",
2424
"build-sb-artifacts": "npm run prod && npm run build-storybook",
25-
"postinstall": "npx prettier --write \"**/*.{scss,css}\" && eslint --quiet --config .eslintrc --ext .jsx,.js \"src/js/**\" --fix"
25+
"fixLint": "npx prettier --write \"**/*.{scss,css}\" && eslint --quiet --config .eslintrc --ext .jsx,.js \"src/js/**\" --fix"
2626
},
2727
"author": "",
2828
"engines": {

0 commit comments

Comments
 (0)