Skip to content

Commit

Permalink
feat: add npm script to link templates to CLI when in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
emyann committed Sep 28, 2018
1 parent c7d7a03 commit 52a57c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Create your TypeScript module with no nuild configuration",
"scripts": {
"start": "node ./index.js",
"link-templates": "lerna add @nobrainr/typescript_universal-webpack-karma_jasmine --scope=create-ts-lib --dev --exact",
"publish-cli": "semantic-release",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "opencollective-postinstall"
Expand Down Expand Up @@ -52,7 +53,7 @@
"validate-npm-package-name": "^3.0.0"
},
"devDependencies": {
"@nobrainr/typescript_universal-webpack-karma_jasmine": "^0.0.1",
"@nobrainr/typescript_universal-webpack-karma_jasmine": "0.0.1",
"marked": "^0.4.0",
"semantic-release": "^15.9.9"
},
Expand Down

0 comments on commit 52a57c7

Please sign in to comment.