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 0027d39 commit 872c93eCopy full SHA for 872c93e
package.json
@@ -1,11 +1,11 @@
1
{
2
"name": "@moonrepo/setup-rust",
3
- "version": "0.4.1",
+ "version": "0.4.3",
4
"description": "A GitHub action for setting up Rust and Cargo.",
5
"main": "dist/index.js",
6
"scripts": {
7
"build": "ncc build ./index.ts && ncc build ./post.ts --out ./dist/post",
8
- "check": "npm run lint && npm run typecheck",
+ "check": "pnpm run lint && pnpm run typecheck",
9
"lint": "eslint --ext .ts,.js --fix .",
10
"typecheck": "tsc --noEmit"
11
},
0 commit comments