Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
feat: update build command
Browse files Browse the repository at this point in the history
  • Loading branch information
abdul-akibu committed Sep 17, 2019
1 parent 26c08f4 commit 173077e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/library-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"url": "https://github.com/LabShare/<%= appNameSlug %>.git"
},
"scripts": {
"build": "ng-packagr -p ng-package.json",
"build": "lsc build lib",
"test": "karma start ./test/karma.conf.js",
"coverage": "karma start ./test/karma.conf.js --singleRun=true",
"commitmsg": "commitlint -e $GIT_PARAMS",
Expand Down

0 comments on commit 173077e

Please sign in to comment.