Skip to content

Commit 52a57c7

Browse files
committed
feat: add npm script to link templates to CLI when in dev
1 parent c7d7a03 commit 52a57c7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/cli/package-lock.json

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"description": "Create your TypeScript module with no nuild configuration",
55
"scripts": {
66
"start": "node ./index.js",
7+
"link-templates": "lerna add @nobrainr/typescript_universal-webpack-karma_jasmine --scope=create-ts-lib --dev --exact",
78
"publish-cli": "semantic-release",
89
"test": "echo \"Error: no test specified\" && exit 1",
910
"postinstall": "opencollective-postinstall"
@@ -52,7 +53,7 @@
5253
"validate-npm-package-name": "^3.0.0"
5354
},
5455
"devDependencies": {
55-
"@nobrainr/typescript_universal-webpack-karma_jasmine": "^0.0.1",
56+
"@nobrainr/typescript_universal-webpack-karma_jasmine": "0.0.1",
5657
"marked": "^0.4.0",
5758
"semantic-release": "^15.9.9"
5859
},

0 commit comments

Comments
 (0)