We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdf8fde commit 8b1ed62Copy full SHA for 8b1ed62
1 file changed
package.json
@@ -21,7 +21,7 @@
21
"clean:dist": "lerna exec -- npx rimraf dist && npx rimraf dist",
22
"build": "npm run clean:dist && lerna run build",
23
"version": "lerna version --no-private",
24
- "publish": "lerna publish from-git --no-private --yes --provenance",
+ "publish": "lerna publish from-git --no-private --yes",
25
"doc": "typedoc",
26
"lint": "eslint '*/**/*.{js,ts,tsx}' --quiet",
27
"lint:fix": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix",
0 commit comments