Add npm test script
This commit is contained in:
parent
065887e712
commit
49b6e5bcac
1 changed files with 2 additions and 1 deletions
|
@ -11,6 +11,7 @@
|
||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"preinstall": "node -e 'process.exit(0)'"
|
"preinstall": "node -e 'process.exit(0)'",
|
||||||
|
"test": "python ./script/test.py"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue