Skip to content

Commit

Permalink
chore: do not compile with Ivy
Browse files Browse the repository at this point in the history
Signed-off-by: Ingo Bürk <[email protected]>
  • Loading branch information
Airblader committed Oct 16, 2020
1 parent 43954c7 commit 0068bb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"serve": "yarn demo:serve",
"codecov": "codecov",
"core:build": "ng build @ngqp/core",
"core:build:prod": "yarn core:build",
"core:build:prod": "ng build @ngqp/core --prod",
"core:test": "ng test @ngqp/core --code-coverage --source-map=true --progress=false --watch=false",
"core:test:watch": "ng test @ngqp/core --watch=true",
"core:release:prepare": "scripts/prepare-release.sh",
Expand Down Expand Up @@ -84,4 +84,4 @@
"tslint": "~6.1.0",
"typescript": "~4.0.3"
}
}
}
2 changes: 1 addition & 1 deletion scripts/prepare-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ echo "[3] Updating CHANGELOG"
cd projects/ngqp/core; standard-version --infile ../../../CHANGELOG.md; cd -

echo "[4] Building @ngqp/core"
yarn run core:build
yarn run core:build:prod

echo "[5] Copy README and LICENSE"
cp README.md dist/ngqp/core
Expand Down

0 comments on commit 0068bb8

Please sign in to comment.