Skip to content

Commit

Permalink
Remove build job
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Mar 26, 2021
1 parent 908ba16 commit 17376f4
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,3 @@ jobs:

- name: Lint
run: yarn lint

build:
name: Build
runs-on: ubuntu-20.04
steps:
- name: Checkout the repository
uses: actions/checkout@v2

- name: Set up Node 14
uses: actions/setup-node@v2
with:
node-version: 14

- name: Install dependencies
run: yarn --frozen-lockfile

- name: Build the package
run: yarn build

0 comments on commit 17376f4

Please sign in to comment.