mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
Fix the scss import and save the build on S3 (#1382)
* Fix the scss import and save the build on S3 * Run unit test without builing again * Move success after build * Build with config e2e
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@
|
||||
"build.aos": "npm run build:aos-extension",
|
||||
"build.extensions": "npm run build.shared && npm run build.aos",
|
||||
"build.app": "node --max-old-space-size=8192 node_modules/@angular/cli/bin/ng build app",
|
||||
"build": "npm run validate-config && npm run build.extensions && npm run build.app -- --prod",
|
||||
"build": "npm run validate-config && npm run build.app -- --prod --configuration=e2e",
|
||||
"build.js-api": "./scripts/install-local-js-api.sh && npm run build",
|
||||
"build.adf": "./scripts/install-local-adf.sh && npm run build.extensions && npm run build.app",
|
||||
"build.e2e": "npm run build.extensions && npm run build.app -- --prod --configuration=e2e",
|
||||
|
||||
Reference in New Issue
Block a user