Skip to content

Commit 7976ab2

Browse files
committed
fix package.json for the umpteenth time
1 parent 21dd243 commit 7976ab2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
},
5656
"scripts": {
5757
"lint": "eslint src/* tests/*",
58-
"test": "sh scripts/test.ts",
59-
"build": "sh scripts/build.ts",
58+
"test": "scripts/test.ts",
59+
"build": "scripts/build.ts",
6060
"version": "sh scripts/utils/version.sh"
6161
},
6262
"bugs": {

0 commit comments

Comments
 (0)