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 66 "clean" : " rimraf dist" ,
77 "start" : " cross-env BABEL_DISABLE_CACHE=1 NODE_ENV=development nodemon index.js" ,
88 "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" ,
1111 "build" : " npm run build:client && npm run build:server && npm run build:examples" ,
1212 "build:client" : " cross-env NODE_ENV=production webpack --config webpack/config.prod.js" ,
1313 "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