-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eb3f7a8
commit a155fd7
Showing
7 changed files
with
12 additions
and
50,282 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,9 @@ | |
# production | ||
/build | ||
|
||
# Lunatic workers | ||
/public/workers | ||
|
||
# misc | ||
.DS_Store | ||
.env.local | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
"dependencies": { | ||
"@axa-fr/react-oidc-context": "^3.1.6", | ||
"@craco/craco": "^6.4.0", | ||
"@inseefr/lunatic": "^2.6.1", | ||
"@inseefr/lunatic": "^2.6.3", | ||
"@inseefr/trevas": "^0.1.16", | ||
"@material-ui/core": "^4.11.3", | ||
"@material-ui/icons": "^4.11.2", | ||
|
@@ -38,9 +38,10 @@ | |
"workbox-strategies": "^6.1.1" | ||
}, | ||
"scripts": { | ||
"prestart": "npx @inseefr/[email protected] workers", | ||
"start": "cross-env PORT=5002 react-scripts start", | ||
"start-dev": "cross-env PORT=5002 craco start", | ||
"build": "react-scripts build && npm run post-build", | ||
"build": "npx @inseefr/[email protected] workers && 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", | ||
|
Oops, something went wrong.