Skip to content

Commit

Permalink
build: add dev build
Browse files Browse the repository at this point in the history
  • Loading branch information
hjalmers committed Nov 12, 2019
1 parent 3172a2d commit fa4cc26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"ng": "ng",
"start": "ng serve --port=4201",
"build": "ng build --base-href https://sebgroup.github.io/ngx-toastr/ && copyfiles -f src/404.html dist/ngx-toastr",
"build-dev": "ng build --base-href https://sebgroup.github.io/ngx-toastr/dev/ --output-path dist/ngx-toastr//dev && copyfiles -f src/dev/404.html dist/ngx-toastr/dev",
"build-lib": "copyfiles -u 1 'scss/**/*.scss' dist/lib/scss && copyfiles -f CHANGELOG.md LICENSE.md README.md scss/package.json dist/lib",
"test": "ng test",
"test-ci": "ng test --watch=false --progress --browsers=ChromeHeadlessNoSandbox",
Expand Down

0 comments on commit fa4cc26

Please sign in to comment.