Skip to content

Commit

Permalink
chore: remove dead script commands (#1698)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed May 4, 2024
1 parent 51c91ad commit 340a5cc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions action-src/package.json
Expand Up @@ -8,11 +8,9 @@
"build:tsc": "tsc -p .",
"clean-build": "pnpm clean && pnpm build",
"clean": "shx rm -rf ../action/lib dist",
"lint": "eslint . --fix",
"prettier": "prettier -w \"**/*.{md,yaml,yml,json,ts}\"",
"prepublishOnly": "pnpm build",
"smoke-test-push": "env-cmd -f ./fixtures/push.json node ./action/lib/main_root.js",
"smoke-test": "env-cmd -f ./fixtures/pull_request.json node ./action/lib/main_root.js",
"smoke-test-push": "env-cmd -f ./fixtures/push.json node ./action/lib/main_root.cjs",
"smoke-test": "env-cmd -f ./fixtures/pull_request.json node ./action/lib/main_root.cjs",
"test": "vitest run",
"coverage": "vitest run --coverage"
},
Expand Down

0 comments on commit 340a5cc

Please sign in to comment.