Skip to content
Snippets Groups Projects
Commit 0b589e7d authored by Chris Hines's avatar Chris Hines
Browse files

fix up build

parent a2eef9f1
No related branches found
No related tags found
3 merge requests!107Test,!106if stat fails, display the error instead of immediately refreshing...,!105Dev
Pipeline #28999 failed
......@@ -15,7 +15,7 @@ build:
- apt install -y nodejs
- rm ./package-lock.json
- npm install
- npm run ng build --aot --prod --base-href=/ --configuration=$CI_COMMIT_REF_NAME
- npm run ng build -- --aot --base-href=/ --configuration=$CI_COMMIT_REF_NAME
artifacts:
paths:
- ./dist/
......
......@@ -84,7 +84,7 @@
"assets": [
"src/assets",
{
"input": "src/deployments/prod/assets/config",
"input": "src/deployments/mlerp/assets/config",
"output": "assets/config",
"glob": "*.json"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment