remove submodules (#1440)

This commit is contained in:
Denys Vuika
2020-05-02 18:18:53 +01:00
committed by GitHub
parent 922605f0f5
commit 0b9df2e2c9
8 changed files with 0 additions and 72 deletions
-2
View File
@@ -13,8 +13,6 @@
"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.app -- --prod",
"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.app -- --prod --configuration=e2e",
"test": "ng test app --code-coverage",
"test:ci": "npm run build.extensions && ng test adf-office-services-ext --watch=false && ng test app --code-coverage --watch=false",