Bläddra i källkod

Remove unhelpful scripts

Ben Dwyer 4 år sedan
förälder
incheckning
3752583e6d
1 ändrade filer med 1 tillägg och 3 borttagningar
  1. 1 3
      package.json

+ 1 - 3
package.json

@@ -10,9 +10,7 @@
 		"sandbox:push": "./sandbox.sh push",
 		"sandbox:push:ignore": "./sandbox.sh push --ignore",
 		"sandbox:push:force": "./sandbox.sh push --force",
-		"sandbox:watch": "chokidar '**/*' -i '*/node_modules' -i '.git' -c './sandbox.sh push --ignore' --initial",
-		"lint-css": "wp-scripts lint-style '**/*.scss'",
-		"lint-css:fix": "npm run lint-css -- --fix"
+		"sandbox:watch": "chokidar '**/*' -i '*/node_modules' -i '.git' -c './sandbox.sh push --ignore' --initial"
 	},
 	"devDependencies": {
 		"@wordpress/prettier-config": "^1.0.1",