Skip to content

Commit 298060f

Browse files
committed
script runner
1 parent 1bc77ed commit 298060f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"build": "grunt build",
2828
"test": "grunt build",
2929
"watch": "grunt server",
30-
"precommit": "lint-staged"
30+
"precommit": "lint-staged",
31+
"convert-params": "ts-node src/data/reference/convert-params.ts"
3132
},
3233
"licenses": [
3334
{

0 commit comments

Comments
 (0)