Skip to content

Commit

Permalink
Fixed the path to the importmap.json (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasharma05 authored Oct 5, 2022
1 parent cfd4f3a commit 264d6f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/shell/esm-app-shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"scripts": {
"start": "npm run watch",
"test": "jest --passWithNoTests",
"watch:ref": "cross-env OMRS_ESM_IMPORTMAP_URL=\"https://dev3.openmrs.org/openmrs/spa/import-map.json\" OMRS_OFFLINE=\"disable\" NODE_ENV=\"development\" webpack serve --mode development",
"build:production": "cross-env OMRS_ESM_IMPORTMAP_URL=\"https://dev3.openmrs.org/openmrs/spa/import-map.json\" OMRS_OFFLINE=\"enable\" NODE_ENV=\"production\" webpack --mode production",
"watch:ref": "cross-env OMRS_ESM_IMPORTMAP_URL=\"https://dev3.openmrs.org/openmrs/spa/importmap.json\" OMRS_OFFLINE=\"disable\" NODE_ENV=\"development\" webpack serve --mode development",
"build:production": "cross-env OMRS_ESM_IMPORTMAP_URL=\"https://dev3.openmrs.org/openmrs/spa/importmap.json\" OMRS_OFFLINE=\"enable\" NODE_ENV=\"production\" webpack --mode production",
"build:development": "cross-env OMRS_OFFLINE=\"enable\" NODE_ENV=\"development\" webpack --mode development",
"build": "npm run build:production && npm run build:development",
"analyze": "webpack --mode=production --env analyze=true",
Expand Down

0 comments on commit 264d6f0

Please sign in to comment.