Skip to content

Instantly share code, notes, and snippets.

@Wildhammer
Last active May 17, 2020 22:14
Show Gist options
  • Save Wildhammer/217e82d7cb1546c425dfc9d64651f8b6 to your computer and use it in GitHub Desktop.
Save Wildhammer/217e82d7cb1546c425dfc9d64651f8b6 to your computer and use it in GitHub Desktop.
...
"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