Skip to content

Commit

Permalink
fix: minor housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni committed Feb 21, 2021
1 parent 121356a commit b48f2a3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 55 deletions.
52 changes: 0 additions & 52 deletions .github/workflows/shipjs-manual-prepare.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/shipjs-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: Ship js trigger
on:
push:
branches:
- master
- main
jobs:
build:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: master
ref: main

- uses: actions/setup-node@v1
with:
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"lint": "eslint 'src/**/*.{js,vue}'",
"lintfix": "eslint --fix 'src/**/*.{js,vue}'",
"storybook": "start-storybook",
"deploy-storybook": "storybook-to-ghpages",
"release:prepare": "shipjs prepare",
"release:trigger": "shipjs trigger"
},
Expand Down

0 comments on commit b48f2a3

Please sign in to comment.