Skip to content

Commit 8b1ed62

Browse files
committed
fix: CI --provenance issue
1 parent cdf8fde commit 8b1ed62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"clean:dist": "lerna exec -- npx rimraf dist && npx rimraf dist",
2222
"build": "npm run clean:dist && lerna run build",
2323
"version": "lerna version --no-private",
24-
"publish": "lerna publish from-git --no-private --yes --provenance",
24+
"publish": "lerna publish from-git --no-private --yes",
2525
"doc": "typedoc",
2626
"lint": "eslint '*/**/*.{js,ts,tsx}' --quiet",
2727
"lint:fix": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix",

0 commit comments

Comments
 (0)