Skip to content

Commit

Permalink
Move npm run setup:dev to Github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aswetlow committed Mar 28, 2022
1 parent 377accc commit 52912f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run setup:dev
- run: npm run prettier
- run: npm run eslint
- run: npm run build
Expand Down

0 comments on commit 52912f7

Please sign in to comment.