This commit is contained in:
Timo Hocker 2020-05-04 12:05:52 +02:00
parent c5878083f0
commit 99c0b510e5

View File

@ -10,7 +10,8 @@
},
"scripts": {
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs",
"test": "nyc ava",
"test": "echo \"no test\"",
"compile": "tsc --allowJs --declaration --emitDeclarationOnly index.js",
"ci": "yarn && node jenkins.js"
}
}