mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
Add npm test script
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
},
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"preinstall": "node -e 'process.exit(0)'"
|
||||
"preinstall": "node -e 'process.exit(0)'",
|
||||
"test": "python ./script/test.py"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user