We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a44fd commit 9d8960aCopy full SHA for 9d8960a
angular.json
@@ -20,7 +20,7 @@
20
"build": {
21
"builder": "@angular-devkit/build-angular:browser",
22
"options": {
23
- "outputPath": "dist/spec",
+ "outputPath": "dist",
24
"index": "src/index.html",
25
"main": "src/main.ts",
26
"polyfills": "src/polyfills.ts",
scripts/ci/5_deploy.sh
@@ -2,6 +2,7 @@ COMMANDS_TO_RUN+=('echo 5_deploy.sh ...')
2
3
COMMANDS_TO_RUN+=('echo Copy ci files for prevent errors when deploying')
4
COMMANDS_TO_RUN+=('cp .travis.yml ./dist')
5
+COMMANDS_TO_RUN+=('cp package.json ./dist')
6
COMMANDS_TO_RUN+=('cp -r .circleci ./dist')
7
8
COMMANDS_TO_RUN+=('npx semantic-release --branch $BRANCH')
0 commit comments