mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
build: Add eslint cache
This commit is contained in:
parent
d8e6c08859
commit
7a41108931
2
.gitignore
vendored
2
.gitignore
vendored
@ -6,6 +6,8 @@ coverage
|
||||
*.js.map
|
||||
*.d.ts
|
||||
|
||||
.eslintcache
|
||||
|
||||
!.eslintrc.js
|
||||
!test/eslintrc.js
|
||||
!jest.config.js
|
||||
|
@ -38,7 +38,7 @@
|
||||
"build:ts": "tsc",
|
||||
"build:components": "componentsjs-generator -s src",
|
||||
"coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls",
|
||||
"lint": "eslint . --ext .ts",
|
||||
"lint": "eslint . --ext .ts --cache",
|
||||
"prepare": "npm run build",
|
||||
"start": "node ./bin/server.js -p 3000",
|
||||
"test": "jest",
|
||||
|
Loading…
x
Reference in New Issue
Block a user