Skip to content

Commit

Permalink
Update commit-test-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sendya authored Mar 17, 2022
1 parent b155b00 commit fd05f88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/commit-test-build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages

name: pro-layout
name: pro-components

on:
push:
Expand All @@ -20,5 +20,5 @@ jobs:
with:
node-version: 14
- run: |
yarn
yarn build
pnpm
pnpm build

0 comments on commit fd05f88

Please sign in to comment.