Last active
May 17, 2020 22:14
-
-
Save Wildhammer/217e82d7cb1546c425dfc9d64651f8b6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
"cp-styles": "cpx-fixed \"./projects/common/src/**/*.scss\" \"./dist/common/scss/\"", | |
"cp-assets": "cpx-fixed \"./projects/common/src/assets/**/*\" \"./dist/common/assets/\"", | |
"cp-readme": "cpx-fixed \"./README.md\" \"./dist/common/\"", | |
"cp-npmrc": "cp ./.npmrc ./dist/common/", | |
"postbuild": "npm run cp-styles && npm run cp-assets", | |
"postpack": "npm run cp-npmrc && npm run cp-readme", | |
"npm-pack": "cd dist/common && npm pack", | |
"package": "ng build common --prod && npm run postbuild && npm run npm-pack && npm run postpack", | |
"release": "npm run package && cd ./dist/common && npm publish" | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment