Skip to content

Commit

Permalink
bumb: lunatic version to 2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentC35 committed Oct 31, 2023
1 parent eb3f7a8 commit a155fd7
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 50,282 deletions.
3 changes: 3 additions & 0 deletions queen-v2/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
# production
/build

# Lunatic workers
/public/workers

# misc
.DS_Store
.env.local
Expand Down
5 changes: 3 additions & 2 deletions queen-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
Loading

0 comments on commit a155fd7

Please sign in to comment.