Skip to content

Commit f805f62

Browse files
authored
chore(package.json): remove from-git tag (#59)
1 parent c967df9 commit f805f62

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ branches:
66
- canary
77
cache:
88
yarn: true
9-
directories:
10-
- "node_modules"
119

1210
before_install:
1311
- npm install --global [email protected]

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"test:cov": "jest --config ./setup-test/jest.config.js --coverage --coverageReporters=text-lcov | coveralls",
4545
"build:test": "yarn build && yarn test",
4646
"publish:prepublish": "lerna run prepublish",
47-
"publish:canary": "lerna publish from-git --no-git-reset --canary --preid canary --dist-tag next --yes"
47+
"publish:canary": "lerna publish --no-git-reset --canary --preid canary --dist-tag next --yes"
4848
},
4949
"husky": {
5050
"hooks": {

0 commit comments

Comments
 (0)