We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f45f5fe commit 14451c0Copy full SHA for 14451c0
.gitignore
@@ -9,3 +9,5 @@ app/
9
node_modules/
10
src/build/
11
coverage/
12
+*-debug.log
13
+
lerna.json
@@ -5,5 +5,5 @@
5
}
6
},
7
"packages": ["packages/*"],
8
- "version": "0.2.6"
+ "version": "0.3.1"
package.json
@@ -5,6 +5,7 @@
"main": "src/index.ts",
"scripts": {
"build": "lerna bootstrap",
+ "update-cli-in-e2e": "lerna add create-ts-lib packages/e2e",
"test": "cd packages/e2e && npm test",
"publish": "lerna run publish-cli"
0 commit comments