Skip to content

Commit 8d7c091

Browse files
committed
chore: fix scripts
1 parent 4212a53 commit 8d7c091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"benchmark": "ts-node --transpile-only benchmark/index.ts",
2828
"prerelease": "npm run clean && npm run build",
2929
"release": "changeset publish",
30-
"version:ci": "env-cmd -e version-ci npm run build:meta && changeset version"
30+
"version:ci": "env-cmd -e version-ci -- npm run build:meta && changeset version"
3131
},
3232
"repository": {
3333
"type": "git",

0 commit comments

Comments
 (0)