浏览代码

Remove unhelpful scripts

Ben Dwyer 4 年之前
父节点
当前提交
3752583e6d
共有 1 个文件被更改,包括 1 次插入3 次删除
  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",