Skip to content

Commit 4c280ff

Browse files
authored
Update package.json
Remove `lint-docs` command.
1 parent 6320341 commit 4c280ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"lint-test": "eslint test",
6060
"lint-utils": "eslint utils",
6161
"lint": "npm run lint-core",
62-
"lint-fix": "npm run lint-core -- --fix && npm run lint-addons -- --fix && npm run lint-examples -- --fix && npm run lint-docs -- --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",
62+
"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",
6363
"test-unit": "qunit test/unit/three.source.unit.js",
6464
"test-unit-addons": "qunit test/unit/three.addons.unit.js",
6565
"test-e2e": "node test/e2e/puppeteer.js",

0 commit comments

Comments
 (0)