Skip to content

Commit

Permalink
chore: remove node 14 from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov committed Dec 19, 2024
1 parent 33e9491 commit fc7caed
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
"version": "0.0.0",
"description": "Materials Designer",
"scripts": {
"start": "cross-env PORT=3001 SKIP_PREFLIGHT_CHECK=true react-scripts start",
"start-20": "cross-env PORT=3001 SKIP_PREFLIGHT_CHECK=true react-scripts --openssl-legacy-provider start",
"build": "react-scripts build",
"build-20": "react-scripts --openssl-legacy-provider build",
"start": "cross-env PORT=3001 SKIP_PREFLIGHT_CHECK=true react-scripts --openssl-legacy-provider start",
"build": "react-scripts --openssl-legacy-provider build",
"prepare": "husky install",
"transpile": "tsc && npm run copy-css",
"copy-css": "mkdir -p dist/stylesheets && cp src/stylesheets/* dist/stylesheets/",
Expand Down

0 comments on commit fc7caed

Please sign in to comment.