Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nizetic authored Nov 3, 2023
1 parent 3bcb131 commit 8305670
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"@turf/turf": "^6.5.0",
"@zip.js/zip.js": "^2.7.9",
"azure-maps-control": "^2.2.7",
"azure-maps-indoor": "^0.2.2",
"azure-maps-indoor": "^0.2.2",
"cross-env": "^7.0.3",
"file-saver": "^2.0.5",
"i18next": "^21.9.2",
"i18next-browser-languagedetector": "^6.1.5",
Expand Down Expand Up @@ -58,7 +59,7 @@
"start": "react-scripts start",
"build:stats": "react-scripts build --stats",
"build": "react-scripts build",
"build:test": "PUBLIC_URL=. && react-scripts build",
"build:test": "cross-env PUBLIC_URL=. react-scripts build",
"cycle:deps": "node madge.js",
"test:ci": "react-scripts test --ci --reporters=default --reporters=jest-junit --watchAll=false",
"test": "react-scripts test",
Expand Down

0 comments on commit 8305670

Please sign in to comment.