Skip to content

Commit bc8c7a4

Browse files
committed
f: gha
1 parent 84de345 commit bc8c7a4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@
1313
"fmt": "npm run prettier",
1414
"lint": "npm run jshint",
1515
"prepublish": "npx -p [email protected] -- reexport",
16-
"test": "node ./tests/",
1716
"--------------": "-----------------------------------------------",
18-
"jshint": "npx -p [email protected] -- jshint -c ./.jshintrc ./*.js ./lib",
17+
"jshint": "npx -p [email protected] -- jshint -c ./.jshintrc ./*.js",
1918
"prettier": "npx -p [email protected] -- prettier -w '**/*.{js,md}'",
2019
"reexport-types": "npx -p [email protected] -- reexport",
21-
"tsc": "npx -p [email protected] -- tsc -p ./jsconfig.json"
20+
"tsc": "npx -p [email protected] -- tsc -p ./jsconfig.json",
21+
"-------------": "------------------------------------------------",
22+
"test": "node ./tests/"
2223
},
2324
"repository": {
2425
"type": "git",

0 commit comments

Comments
 (0)