Add npm test script
This commit is contained in:
Родитель
065887e712
Коммит
49b6e5bcac
|
@ -11,6 +11,7 @@
|
|||
},
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"preinstall": "node -e 'process.exit(0)'"
|
||||
"preinstall": "node -e 'process.exit(0)'",
|
||||
"test": "python ./script/test.py"
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче