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 117117 "ci:definitionsCheck" : " node ./ci/definitionsCheck.js" ,
118118 "definitions" : " node ./resources/buildConfigDefinitions.js && prettier --write 'src/Options/*.js'" ,
119119 "docs" : " jsdoc -c ./jsdoc-conf.json" ,
120- "lint" : " slint --cache ./" ,
120+ "lint" : " eslint --cache ./" ,
121121 "lint-fix" : " eslint --fix --cache ./" ,
122122 "build" : " babel src/ -d lib/ --copy-files --extensions '.ts,.js'" ,
123123 "build:types" : " tsc && prettier --write 'types/{**/*,*}.ts' && npm run lint-fix" ,
136136 "coverage" : " cross-env MONGODB_VERSION=${MONGODB_VERSION:=8.0.4} MONGODB_TOPOLOGY=${MONGODB_TOPOLOGY:=standalone} TESTING=1 nyc jasmine" ,
137137 "start" : " node ./bin/parse-server" ,
138138 "prettier" : " prettier --write {src,spec}/{**/*,*}.js" ,
139- "prepare" : " npm run build && npm run build:types " ,
139+ "prepare" : " npm run build" ,
140140 "postinstall" : " node -p 'require(\" ./postinstall.js\" )()'" ,
141141 "madge:circular" : " node_modules/.bin/madge ./src --circular"
142142 },
You can’t perform that action at this time.
0 commit comments