mirror of
https://github.com/hi-language/transpiler.git
synced 2026-01-14 00:28:05 +00:00
Feat: Add npm test script for automation
This commit is contained in:
@@ -5,5 +5,8 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"bin": {
|
"bin": {
|
||||||
"hi2js": "./cli.js"
|
"hi2js": "./cli.js"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"test": "node run-tests.js"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user