Skip to content

Commit 14451c0

Browse files
committed
chore: update lerna version.
- Add new npm run script
1 parent f45f5fe commit 14451c0

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ app/
99
node_modules/
1010
src/build/
1111
coverage/
12+
*-debug.log
13+

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
}
66
},
77
"packages": ["packages/*"],
8-
"version": "0.2.6"
8+
"version": "0.3.1"
99
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"main": "src/index.ts",
66
"scripts": {
77
"build": "lerna bootstrap",
8+
"update-cli-in-e2e": "lerna add create-ts-lib packages/e2e",
89
"test": "cd packages/e2e && npm test",
910
"publish": "lerna run publish-cli"
1011
},

0 commit comments

Comments
 (0)