We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b155b00 commit fd05f88Copy full SHA for fd05f88
.github/workflows/commit-test-build.yml
@@ -1,7 +1,7 @@
1
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
2
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
3
4
-name: pro-layout
+name: pro-components
5
6
on:
7
push:
@@ -20,5 +20,5 @@ jobs:
20
with:
21
node-version: 14
22
- run: |
23
- yarn
24
- yarn build
+ pnpm
+ pnpm build
0 commit comments