-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
27 lines (27 loc) · 1.27 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"scripts": {
"build:donateButton": "yarn workspace @everydotorg/donate-button build && cp -r packages/donate-button/dist ./docs",
"build:donateButtonNext": "yarn workspace @everydotorg/donate-button-next build && cp -r packages/donate-button-next/dist ./docs",
"build:donateButtonV4": "yarn workspace @everydotorg/donate-button-v4 build && cp -r packages/donate-button-v4/dist ./docs",
"build": "yarn build:donateButtonV4",
"lint": "yarn workspace @everydotorg/donate-button-v4 lint",
"lint:fix": "yarn workspaces @everydotorg/donate-button-v4 lint:fix",
"test": "yarn concurrently -n 'api,website-next,common,partner-api' 'yarn workspace @everydotorg/donate-button-cloudflare-worker test' 'yarn workspace @everydotorg/donate-button test' 'yarn workspace @everydotorg/donate-button-next test' 'yarn workspace @everydotorg/donate-button-v4 test'",
"postinstall": "patch-package"
},
"private": true,
"workspaces": [
"packages/cloudflare-worker",
"packages/donate-button",
"packages/donate-button-next",
"packages/donate-button-v4"
],
"devDependencies": {
"concurrently": "^7.1.0",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.2.1",
"xo": "^0.48.0"
},
"packageManager": "[email protected]"
}