-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
14 lines (14 loc) · 800 Bytes
/
Copy pathpackage.json
File metadata and controls
14 lines (14 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"scripts": {
"publishAll": "npm run publish1 && npm run publish2 && npm run publish3 && npm run publish4",
"publish1": "cd ./bar-nuri-tools && npm run publish && cd ..",
"publish2": "cd ./bar-nuri-tools-bundle && npm run publish && cd ..",
"publish3": "cd ./generator-from-swagger && npm run publish && cd ..",
"publish4": "cd ./python-import-helper && npm run publish && cd ..",
"installAll": "npm run install1 && npm run install2 && npm run install3 && npm run install4",
"install1": "cd ./bar-nuri-tools && npm i && cd ..",
"install2": "cd ./bar-nuri-tools-bundle && npm i && cd ..",
"install3": "cd ./generator-from-swagger && npm i && cd ..",
"install4": "cd ./python-import-helper && npm i && cd .."
}
}