Skip to content

Commit

Permalink
Merge pull request #3 from sauravhiremath/feature/npm-publish
Browse files Browse the repository at this point in the history
fix: npm commands changed  :/
  • Loading branch information
sauravhiremath authored May 1, 2020
2 parents dc0ac57 + ebf78ee commit 1ce62b8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,11 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Run Test
run: npm test:prod
- name: Linting and Test
run: npm run test:prod

- name: Run Build
run: npm build

- name: Create project tar
run: npm pack
run: npm run build

# Publish release on push to master
release-master:
Expand Down

0 comments on commit 1ce62b8

Please sign in to comment.