Skip to content

Commit

Permalink
Merge pull request #849 from HelixDesignSystem/surf-2192-patch
Browse files Browse the repository at this point in the history
build(ci): gh actions patch
  • Loading branch information
100stacks authored Mar 15, 2021
2 parents f6ac3d4 + 6d563ec commit 9348fe0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ jobs:

steps:
- uses: actions/checkout@v2
uses: actions/setup-node@v1
- uses: actions/setup-node@v1
with:
node-version: '10.x'
- run: npm install -g yarn
- run: yarn install:clean
- run: yarn lint
- run: yarn generate
- run: yarn compile --prod
Expand Down

0 comments on commit 9348fe0

Please sign in to comment.