Use Time enumeration
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@
|
||||
"license": "GPL-3.0-or-later",
|
||||
"scripts": {
|
||||
"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",
|
||||
"pretest-variants": "./tests/prepare_variants.sh",
|
||||
"test-variants": "ava",
|
||||
"test": "npm run test-lint && npm run test-variants"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user