Skip to content

Commit 05a1ffd

Browse files
committed
Update package.json
1 parent 03cd5a1 commit 05a1ffd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
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",
@@ -136,7 +136,7 @@
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
},

0 commit comments

Comments
 (0)