Skip to content

Commit 6ff736d

Browse files
author
LongYinan
committed
ci: fix publish content in crc32
1 parent df8225f commit 6ff736d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"version": "independent",
66
"command": {
77
"version": {
8-
"message": "chore(release): publish %s"
8+
"message": "chore(release): publish"
99
}
1010
}
1111
}

packages/crc32/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"license": "MIT",
99
"main": "index.js",
1010
"typings": "index.d.ts",
11-
"files": ["index.js", "index.d.ts", "index.*.node", "LICENSE", "COPYING"],
11+
"files": ["index.js", "index.d.ts", "*.node", "LICENSE", "COPYING"],
1212
"publishConfig": {
1313
"registry": "https://registry.npmjs.org/",
1414
"access": "public"

0 commit comments

Comments
 (0)