Skip to content

Commit

Permalink
build; clean scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentC35 committed Nov 2, 2023
1 parent e9e0a53 commit 3ccaa56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion queen-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"prestart": "npx @inseefr/[email protected] workers",
"start": "cross-env PORT=5002 react-scripts start",
"start-dev": "cross-env PORT=5002 craco start",
"build": "npx @inseefr/[email protected] workers && react-scripts build && npm run post-build",
"prebuild": "npx @inseefr/[email protected] workers",
"build": "react-scripts build && npm run post-build",
"post-build": "node ./configuration/build/build-sw.js && node ./configuration/build/manage-public-url.js && copy-and-watch configuration/files/* build",
"test": "react-scripts test",
"eject": "react-scripts eject",
Expand Down

0 comments on commit 3ccaa56

Please sign in to comment.