added build script

This commit is contained in:
Mathias Beaulieu-Duncan 2019-11-13 09:47:51 -06:00
parent 2939922830
commit 0fdd0884d9

View File

@ -8,6 +8,7 @@
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"build-lib": "ng build @poweredsoft/data",
"publish-lib": "npm publish dist/poweredsoft/data"
},
"private": true,