mirror of
https://github.com/moonrepo/setup-rust.git
synced 2025-04-22 10:38:43 +00:00
build: Bump version.
This commit is contained in:
parent
0027d396fa
commit
872c93e939
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "@moonrepo/setup-rust",
|
"name": "@moonrepo/setup-rust",
|
||||||
"version": "0.4.1",
|
"version": "0.4.3",
|
||||||
"description": "A GitHub action for setting up Rust and Cargo.",
|
"description": "A GitHub action for setting up Rust and Cargo.",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "ncc build ./index.ts && ncc build ./post.ts --out ./dist/post",
|
"build": "ncc build ./index.ts && ncc build ./post.ts --out ./dist/post",
|
||||||
"check": "npm run lint && npm run typecheck",
|
"check": "pnpm run lint && pnpm run typecheck",
|
||||||
"lint": "eslint --ext .ts,.js --fix .",
|
"lint": "eslint --ext .ts,.js --fix .",
|
||||||
"typecheck": "tsc --noEmit"
|
"typecheck": "tsc --noEmit"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue