Skip to content

Commit fd05f88

Browse files
authored
Update commit-test-build.yml
1 parent b155b00 commit fd05f88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/commit-test-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
33

4-
name: pro-layout
4+
name: pro-components
55

66
on:
77
push:
@@ -20,5 +20,5 @@ jobs:
2020
with:
2121
node-version: 14
2222
- run: |
23-
yarn
24-
yarn build
23+
pnpm
24+
pnpm build

0 commit comments

Comments
 (0)