@@ -18,6 +18,7 @@
"dev": "vite build --mode dev",
"watch": "yarn dev -w --emptyOutDir=false",
"lint:js": "yarn eslint **/*.{js,ts}",
+ "lint:typecheck": "tsc",
"lint": "npm-run-all -p lint:*",
"test": "jest --verbose"
},
@@ -13,6 +13,7 @@
"lint": "npm-run-all -p lint:*"
"dependencies": {},
@@ -16,6 +16,7 @@
"lint:js": "yarn eslint **/*.{js,jsx,ts,tsx}",
"lint:styles": "stylelint --allow-empty-input src/**/*.scss src/**/*.css",
"lint": "run-p lint:*"
"dependencies": {
@@ -21,6 +21,7 @@
"watch:themes": "yarn dev:themes -w --emptyOutDir=false",
"lint:eslint": "yarn eslint \"**/*.{js,jsx,ts,tsx}\"",
"lint:styles": "stylelint src/**/*.scss",
"lint": "run-p lint:*",
"preview": "vite preview"
@@ -26,6 +26,7 @@
@@ -20,6 +20,7 @@
"watch:server": "yarn dev:server -w --emptyOutDir=false",
@@ -11,6 +11,7 @@
@@ -14,6 +14,7 @@