Skip to content

Commit

Permalink
fix: build command
Browse files Browse the repository at this point in the history
  • Loading branch information
WindRunnerMax committed Dec 1, 2024
1 parent 4c16458 commit 641d9cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
],
"scripts": {
"dev": "react-app-rewired --openssl-legacy-provider start",
"build": "react-app-rewired --openssl-legacy-provider build",
"build": "react-app-rewired build",
"build:local": "react-app-rewired --openssl-legacy-provider build",
"lint-es": "eslint --fix --ext .js,.jsx,.ts,.tsx --ignore-path .gitignore .",
"lint-style": "stylelint \"**/*.{css,scss,sass}\" --fix --ignore-path .gitignore",
"lint": "npm run lint-es && npm run lint-style",
Expand Down

0 comments on commit 641d9cd

Please sign in to comment.