|
|
@@ -9,7 +9,7 @@
|
|
|
],
|
|
|
"scripts": {
|
|
|
"watch": "tsc -p ./tsconfig.build.json --watch",
|
|
|
- "build": "rimraf lib && tsc -p ./tsconfig.build.json",
|
|
|
+ "build": "rimraf lib && tsc -p ./tsconfig.build.json && yarn ts-node build.ts",
|
|
|
"lint": "tslint --fix --project ./",
|
|
|
"test": "jest --config ./jest.config.js",
|
|
|
"ci": "yarn build"
|
|
|
@@ -17,12 +17,12 @@
|
|
|
"publishConfig": {
|
|
|
"access": "public"
|
|
|
},
|
|
|
- "dependencies": {
|
|
|
- "@google-cloud/pubsub": "^2.8.0"
|
|
|
- },
|
|
|
"devDependencies": {
|
|
|
+ "@google-cloud/pubsub": "^2.8.0",
|
|
|
+ "@types/redis": "^2.8.28",
|
|
|
"@vendure/common": "^0.18.1",
|
|
|
"@vendure/core": "^0.18.2",
|
|
|
+ "redis": "^3.0.2",
|
|
|
"rimraf": "^3.0.2",
|
|
|
"typescript": "4.0.3"
|
|
|
}
|