Skip to content

Instantly share code, notes, and snippets.

@bniedermeyer
Created February 26, 2019 06:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bniedermeyer/305e0ab14f776a915c94c6d7219f483d to your computer and use it in GitHub Desktop.
Save bniedermeyer/305e0ab14f776a915c94c6d7219f483d to your computer and use it in GitHub Desktop.
"build": "tsc -p tsconfig.json",
"test": "npm run sandbox:ng-add && npm run test:sandbox",
"clean": "git checkout HEAD -- sandbox && git clean -f -d sandbox",
"link:schematic": "npm link && cd sandbox && npm link my-awesome-schematic",
"sandbox:ng-add": "cd sandbox && ng g my-awesome-schematic:ng-add",
"test:sandbox": "cd sandbox && npm run lint && npm run build"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment