Lint check was fixing

merge-requests/58/head
Sebastian Delmont 2021-02-01 08:58:13 -05:00
rodzic aa3c28b410
commit 518454ad71
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -11,7 +11,7 @@
},
"scripts": {
"test": "eslint package.nw",
"lint-check": "eslint --fix package.nw",
"lint-check": "eslint package.nw",
"lint-fix": "eslint --fix package.nw",
"dist": "build --concurrent --tasks win-x86,win-x64,linux-x86,linux-x64,mac-x64 package.nw",
"distsome": "build --debug --tasks linux-x64,mac-x64 package.nw",