Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 719e7b2

Browse files
committed
chore: checkout master before publishing rc
1 parent a01f5b6 commit 719e7b2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,10 @@ jobs:
139139
if: branch = master AND type = push AND fork = false
140140
name: release rc
141141
script:
142-
- npm run build
142+
- git checkout master
143+
- npm run reset
144+
- npm install
145+
- npm run build -- --scope=ipfs*
143146
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
144147
- npm run release:rc -- --yes
145148

0 commit comments

Comments
 (0)