Skip to content

Commit

Permalink
build: remove compilation from deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
trezy committed May 21, 2021
1 parent efb84fc commit 1267e48
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,6 @@ jobs:
- name: Install Packages
run: yarn install

- name: Compile
run: yarn build

- name: Upload Compiled Files
uses: actions/upload-artifact@v2
with:
name: compiled-files
path: dist/

- name: Test
run: yarn test --coverage

Expand Down

0 comments on commit 1267e48

Please sign in to comment.