Skip to content

Commit

Permalink
build(package): Fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kolkov committed Nov 15, 2021
1 parent f4bc12f commit 2970e4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build-prod": "ng build --prod",
"build-prod": "ng build --configuration production",
"test": "ng test",
"lint:lib": "ng lint @kolkov/ngx-gallery",
"e2e": "ng e2e",
"build-watch:lib": "ng build @kolkov/ngx-gallery --watch",
"test:lib": "ng test @kolkov/ngx-gallery",
"build:lib": "ng build --prod @kolkov/ngx-gallery",
"build:lib": "ng build --configuration production @kolkov/ngx-gallery",
"publish:lib": "npm run copy:readme && npm run copy:changelog && npm run copy:license && npm publish ./dist/gallery",
"copy:readme": "cpx README.md dist/gallery",
"copy:changelog": "cpx CHANGELOG.md dist/gallery",
Expand Down

0 comments on commit 2970e4c

Please sign in to comment.