Skip to content

Commit

Permalink
(fix) Fix app shell build script (#953)
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen authored Mar 11, 2024
1 parent 3f9138c commit ad58ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shell/esm-app-shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"watch:ref": "cross-env OMRS_ESM_IMPORTMAP_URL=\"https://dev3.openmrs.org/openmrs/spa/importmap.json\" OMRS_OFFLINE=\"disable\" OMRS_CLEAN_BEFORE_BUILD=\"true\" 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\" OMRS_CLEAN_BEFORE_BUILD=\"true\" NODE_ENV=\"production\" webpack --mode production",
"build:development": "cross-env OMRS_OFFLINE=\"enable\" OMRS_CLEAN_BEFORE_BUILD=\"true\" NODE_ENV=\"development\" webpack --mode development",
"build": "yarn run build:development",
"build": "npm run build:production && npm run build:development",
"analyze": "webpack --mode=production --env analyze=true",
"lint": "eslint src --ext ts,tsx"
},
Expand Down

0 comments on commit ad58ddf

Please sign in to comment.