Skip to content

Commit 7599610

Browse files
committed
Update package.json
1 parent 90cda17 commit 7599610

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,6 @@
33
"version": "2.2.0",
44
"description": "AWS S3 adapter for parse-server",
55
"main": "index.js",
6-
"scripts": {
7-
"pretest": "npm run lint",
8-
"test": "nyc jasmine",
9-
"lint": "eslint --cache ./",
10-
"mongo:run": "mongodb-runner start -t replset --version 6.0 -- --port 27017",
11-
"mongo:stop": "mongodb-runner stop --all",
12-
"test:integration": "npm run mongo:run && npm run test && npm run mongo:stop",
13-
"lint:fix": "eslint --fix --cache ./"
14-
},
156
"repository": {
167
"type": "git",
178
"url": "git+https://github.com/parse-community/parse-server-s3-adapter.git"
@@ -50,5 +41,15 @@
5041
"prettier": "3.3.3",
5142
"mongodb-runner": "5.6.4",
5243
"semantic-release": "17.4.6"
44+
},
45+
"scripts": {
46+
"lint": "eslint --cache ./",
47+
"lint:fix": "eslint --fix --cache ./",
48+
"pretest": "npm run test:mongodb:runnerstart",
49+
"posttest": "npm run test:mongodb:runnerstop",
50+
"test": "npm run test:only",
51+
"test:only": "nyc jasmine",
52+
"test:mongodb:runnerstart": "mongodb-runner start -t standalone -- --port 27017",
53+
"test:mongodb:runnerstop": "mongodb-runner stop --all"
5354
}
5455
}

0 commit comments

Comments
 (0)