Skip to content

Commit

Permalink
chore: clean up scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl committed Dec 26, 2024
1 parent 42928cc commit 11d1d1a
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,7 @@
"private": true,
"description": "tests for script",
"scripts": {
"fix": "semistandard --fix",
"test": "mocha close-invalid-link.test.cjs",
"lint": "semistandard",
"clean": "gts clean",
"precompile": "gts clean",
"system-test": "echo no system tests 😱",
"samples-test": "echo no sample tests 😱"
},
"author": "Google Inc.",
"license": "Apache-2.0",
Expand All @@ -18,9 +12,7 @@
},
"devDependencies": {
"@octokit/rest": "^21.0.2",
"@types/nock": "^10.0.3",
"assert": "^2.1.0",
"mocha": "^11.0.1",
"nock": "^13.5.6"
"mocha": "^11.0.1"
}
}

0 comments on commit 11d1d1a

Please sign in to comment.