Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov authored Jan 14, 2025
1 parent bd931f6 commit 0a45119
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 @@ -4,7 +4,7 @@
"description": "Web-based Atomic Viewer and Editor in JavaScript.",
"scripts": {
"prepublishOnly": "rm -rf dist; npm run transpile",
"build": "react-scripts --openssl-legacy-provider build",
"build": "SKIP_PREFLIGHT_CHECK=true react-scripts --openssl-legacy-provider build",
"start": "cross-env PORT=3002 SKIP_PREFLIGHT_CHECK=true react-scripts start",
"start-20": "cross-env PORT=3002 SKIP_PREFLIGHT_CHECK=true react-scripts --openssl-legacy-provider start",
"transpile": "babel --extensions '.js,.jsx,.ts,.tsx' --out-dir dist src && cp -r src/stylesheets dist/stylesheets",
Expand Down

0 comments on commit 0a45119

Please sign in to comment.