mirror of https://gitlab.com/oatmealine/cumstorm
travis
parent
b302d2b6ca
commit
4307a6b15a
|
@ -0,0 +1,5 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "10"
|
||||
script:
|
||||
- npm run lint
|
|
@ -5,6 +5,7 @@
|
|||
"main": "built/index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"lint": "eslint src/*.ts",
|
||||
"quickrun": "tsc && node built/index.js"
|
||||
},
|
||||
"keywords": [
|
||||
|
|
Loading…
Reference in New Issue