Clean Makefile

This commit is contained in:
Romain Vigier
2021-08-17 19:15:25 +02:00
parent a0f6a508d2
commit aaf94fe8c1
4 changed files with 31 additions and 63 deletions
+4 -1
View File
@@ -5,7 +5,10 @@
},
"license": "GPL-3.0-or-later",
"scripts": {
"test": "ava"
"test-lint": "eslint .",
"pretest-variants": "cat ./src/modules/GtkVariants.js ./tests/gtk_themes/_variants.js.template > ./tests/gtk_themes/_variants.js & cat ./src/modules/ShellVariants.js ./tests/shell_themes/_variants.js.template > ./tests/shell_themes/_variants.js",
"test-variants": "ava",
"test": "npm run test-lint && npm run test-variants"
},
"devDependencies": {
"ava": "^3.13.0",