Skip to content

Commit 02363cc

Browse files
committed
Use `lerna publish from-package'
1 parent 393001a commit 02363cc

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
@@ -10,7 +10,7 @@
1010
"lint": "eslint '{packages,tests/src}/**/*.{ts,tsx,js}'",
1111
"test": "cd tests && npm test",
1212
"dev-docs": "lerna exec --scope @titicaca/triple-frontend-docs npm run dev",
13-
"publish": "lerna publish from-git"
13+
"publish": "lerna publish from-package"
1414
},
1515
"devDependencies": {
1616
"@babel/cli": "^7.5.5",

0 commit comments

Comments
 (0)