Skip to content

Commit 9d8960a

Browse files
committed
fix: build
1 parent e5a44fd commit 9d8960a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"build": {
2121
"builder": "@angular-devkit/build-angular:browser",
2222
"options": {
23-
"outputPath": "dist/spec",
23+
"outputPath": "dist",
2424
"index": "src/index.html",
2525
"main": "src/main.ts",
2626
"polyfills": "src/polyfills.ts",

scripts/ci/5_deploy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ COMMANDS_TO_RUN+=('echo 5_deploy.sh ...')
22

33
COMMANDS_TO_RUN+=('echo Copy ci files for prevent errors when deploying')
44
COMMANDS_TO_RUN+=('cp .travis.yml ./dist')
5+
COMMANDS_TO_RUN+=('cp package.json ./dist')
56
COMMANDS_TO_RUN+=('cp -r .circleci ./dist')
67

78
COMMANDS_TO_RUN+=('npx semantic-release --branch $BRANCH')

0 commit comments

Comments
 (0)