Skip to content

Commit 641d9cd

Browse files
committed
fix: build command
1 parent 4c16458 commit 641d9cd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/react/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
],
1414
"scripts": {
1515
"dev": "react-app-rewired --openssl-legacy-provider start",
16-
"build": "react-app-rewired --openssl-legacy-provider build",
16+
"build": "react-app-rewired build",
17+
"build:local": "react-app-rewired --openssl-legacy-provider build",
1718
"lint-es": "eslint --fix --ext .js,.jsx,.ts,.tsx --ignore-path .gitignore .",
1819
"lint-style": "stylelint \"**/*.{css,scss,sass}\" --fix --ignore-path .gitignore",
1920
"lint": "npm run lint-es && npm run lint-style",

0 commit comments

Comments
 (0)