Skip to content

Commit

Permalink
release: v0.0.0-rc-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar GUERIN committed Jun 27, 2021
1 parent ddc4804 commit 234d2dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve --project ngx-form-app",
"build:ngx-form": "ng build --project ngx-form && cp README.md dist/ngx-form",
"build:ngx-form": "ng build --prod --project ngx-form && cp README.md dist/ngx-form",
"test:ngx-form": "ng test --project ngx-form --code-coverage",
"doc:ngx-form": "typedoc ./projects/ngx-form",
"test:ci:ngx-form": "npm run test:ngx-form -- --no-watch --no-progress --browsers=ChromeHeadlessCI",
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
},
"angularCompilerOptions": {
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true,
"enableIvy": false
"strictInjectionParameters": true
}
}

0 comments on commit 234d2dc

Please sign in to comment.