Add pretest and empty test script
This commit is contained in:
parent
9b88120cad
commit
1d97ea8d20
|
@ -1 +1,7 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
|
node_js:
|
||||||
|
- '0.10'
|
||||||
|
before_install:
|
||||||
|
- npm install -g typescript@1.0
|
||||||
|
script:
|
||||||
|
- npm test
|
||||||
|
|
|
@ -47,7 +47,9 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"vscode:prepublish": "npm run compile",
|
"vscode:prepublish": "npm run compile",
|
||||||
"compile": "tsc -p ./",
|
"compile": "tsc -p ./",
|
||||||
"watch": "tsc -watch -p ./"
|
"watch": "tsc -watch -p ./",
|
||||||
|
"pretest": "npm run compile",
|
||||||
|
"test": ""
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"typescript": "^3.7.2",
|
"typescript": "^3.7.2",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user