Browse Source

chore: correct the eslint script statement in package.json and correct the format. (#7308)

dev
Huo Chunyang 7 years ago
committed by Evan You
parent
commit
44420b7bbc
  1. 2
      package.json

2
package.json

@ -33,7 +33,7 @@
"test:ssr": "npm run build:ssr && jasmine JASMINE_CONFIG_PATH=test/ssr/jasmine.json",
"test:sauce": "npm run sauce -- 0 && npm run sauce -- 1 && npm run sauce -- 2",
"test:types": "tsc -p ./types/test/tsconfig.json",
"lint": "eslint src build test",
"lint": "eslint src scripts test",
"flow": "flow check",
"sauce": "karma start test/unit/karma.sauce.config.js",
"bench:ssr": "npm run build:ssr && node benchmarks/ssr/renderToString.js && node benchmarks/ssr/renderToStream.js",

Loading…
Cancel
Save