Skip to content

Commit

Permalink
WIP: Assest uploading remains
Browse files Browse the repository at this point in the history
  • Loading branch information
sauravhiremath committed Apr 30, 2020
1 parent 7a561d7 commit 45cc8d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,9 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: '12.x'

- name: Install dependencies
run: npm ci

- name: Publish to npm
uses: actions/setup-node@v1
with:
command: npm publish
run: npm test:prod
run: npm build

# Publish release on push to master
release-master:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,5 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Publish to npm
uses: actions/setup-node@v1
with:
command: npm publish
- name: Run npm test and lint
run: npm run test:prod

0 comments on commit 45cc8d1

Please sign in to comment.