Skip to content

Commit

Permalink
chore: rename start prod script
Browse files Browse the repository at this point in the history
Signed-off-by: Carina Ursu <carina@union.ai>
  • Loading branch information
ursucarina committed Apr 22, 2022
1 parent 4241176 commit 66df04a
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 @@ -14,7 +14,7 @@
"build:prod": "TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\"}' NODE_ENV=production webpack --config webpack.prod.config.ts --mode=production --progress",
"build:storybook": "build-storybook",
"start": "webpack serve --open --config webpack.dev.config.ts --hot",
"start:prodmode": "NODE_ENV=production node -r dotenv/config index.js",
"start:prod": "NODE_ENV=production node -r dotenv/config index.js",
"storybook": "start-storybook -p 6006",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"format": "prettier --ignore-path .eslintignore --write \"**/*.+(js|jsx|ts|tsx|json)\"",
Expand Down

0 comments on commit 66df04a

Please sign in to comment.