소스 검색

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",