Просмотр исходного кода

Update package.json

Remove `lint-playground` script.
Michael Herzog 3 недель назад
Родитель
Сommit
3332b33bea
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      package.json

+ 1 - 2
package.json

@@ -54,12 +54,11 @@
     "lint-addons": "eslint examples/jsm",
     "lint-examples": "eslint examples",
     "lint-editor": "eslint editor",
-    "lint-playground": "eslint playground",
     "lint-manual": "eslint manual",
     "lint-test": "eslint test",
     "lint-utils": "eslint utils",
     "lint": "npm run lint-core",
-    "lint-fix": "npm run lint-core -- --fix && npm run lint-addons -- --fix && npm run lint-examples -- --fix && npm run lint-editor -- --fix && npm run lint-playground -- --fix && npm run lint-manual -- --fix && npm run lint-test -- --fix && npm run lint-utils -- --fix",
+    "lint-fix": "npm run lint-core -- --fix && npm run lint-addons -- --fix && npm run lint-examples -- --fix && npm run lint-editor -- --fix && npm run lint-manual -- --fix && npm run lint-test -- --fix && npm run lint-utils -- --fix",
     "test-unit": "qunit test/unit/three.source.unit.js",
     "test-unit-addons": "qunit test/unit/three.addons.unit.js",
     "test-e2e": "node test/e2e/puppeteer.js",

粤ICP备19079148号