Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitef31614

Browse files
committed
pre-publish update to v0.8
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
1 parent85a8d12 commitef31614

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

‎package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"@coderoad/cli",
3-
"version":"0.7.0",
3+
"version":"0.8.0",
44
"description":"A CLI to build the configuration file for Coderoad Tutorials",
55
"keywords": [
66
"coderoad",
@@ -33,7 +33,8 @@
3333
"build":"npm run clean && npm run compile",
3434
"clean":"del-cli --force ./build",
3535
"compile":"tsc",
36-
"test":"jest"
36+
"test":"jest",
37+
"postpublish" :"PACKAGE_VERSION=$(cat package.json | grep\\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags"
3738
},
3839
"jest": {
3940
"collectCoverage":true,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp