Skip to content

Commit

Permalink
remove wrong build command
Browse files Browse the repository at this point in the history
  • Loading branch information
adelinn committed Oct 1, 2024
1 parent 51a7811 commit 5763cc8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"description": "Script for enabling GitHub Action to sign a GitHub App token using a key stored in Azure Key Vault",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 5763cc8

Please sign in to comment.