File tree Expand file tree Collapse file tree 5 files changed +20
-25764
lines changed
Expand file tree Collapse file tree 5 files changed +20
-25764
lines changed Original file line number Diff line number Diff line change 1818 node-version : 12.x
1919 - run : yarn install --ignore-engines
2020 - run : yarn lint:nofix
21+ - run : yarn test
2122 # 💀💀💀💀cannot run coveralls since GH won't pass COVERALLS_REPO_TOKEN to forks; so any PRs from external contributors would fail
2223 # - run: yarn coveralls
2324 # env:
Original file line number Diff line number Diff line change 2121 env :
2222 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2323 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
24- run : |
25- yarn add semantic-release
26- yarn semantic-release
24+ run : npx semantic-release
Original file line number Diff line number Diff line change @@ -34,6 +34,9 @@ jspm_packages
3434.npm
3535.npmrc
3636
37+ # NPM lockfile
38+ package-lock.json
39+
3740# Optional REPL history
3841.node_repl_history
3942
You can’t perform that action at this time.
0 commit comments