Clean Makefile
This commit is contained in:
+4
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user