Skip to content

Commit

Permalink
fix: troubleshoot failing build
Browse files Browse the repository at this point in the history
  • Loading branch information
rosnovsky committed Nov 23, 2023
1 parent 53cc691 commit 32b6c61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
- run: npm install pnpm --location=global
- run: pnpm i --frozen-lockfile
- run: pnpm run build --if-present
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"commit": "cz",
"release": "standard-version",
"prepare": "husky install",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Warning: no test specified\" && exit 0"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 32b6c61

Please sign in to comment.