Skip to content

Commit

Permalink
Update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
zwhitfield3 committed Dec 8, 2022
1 parent 6f4135e commit 0345125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"tslint": "tslint -c tslint.json --project .",
"lint": "yarn run eslint && yarn run tslint",
"storybook": "start-storybook --ci -p ${PORT:-9001} -s ./src/static -c .storybook",
"build": "yarn run clean && tsc --project tsconfig.build.json && webpack",
"build": "yarn run clean && tsc --project tsconfig.build.json && yarn run webpack",
"clean": "rm -rf ./dist",
"prepublish": "yarn run build",
"test": "jest --testPathPattern $PWD/test",
Expand Down

0 comments on commit 0345125

Please sign in to comment.