File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
"clean" : " rimraf dist" ,
7
7
"start" : " cross-env BABEL_DISABLE_CACHE=1 NODE_ENV=development nodemon index.js" ,
8
8
"start:prod" : " cross-env NODE_ENV=production node index.js" ,
9
- "lint" : " eslint client server --ext .jsx --ext .js" ,
10
- "lint-fix" : " eslint client server --ext .jsx --ext .js --fix" ,
9
+ "lint" : " eslint client server --ext .jsx --ext .js --ext .tsx --ext .ts " ,
10
+ "lint-fix" : " eslint client server --ext .jsx --ext .js --ext .tsx --ext .ts -- fix" ,
11
11
"build" : " npm run build:client && npm run build:server && npm run build:examples" ,
12
12
"build:client" : " cross-env NODE_ENV=production webpack --config webpack/config.prod.js" ,
13
13
"build:server" : " cross-env NODE_ENV=production webpack --config webpack/config.server.js" ,
You can’t perform that action at this time.
0 commit comments