We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 905e5a5 commit 56d7ff6Copy full SHA for 56d7ff6
package.json
@@ -7,8 +7,8 @@
7
"tests/"
8
],
9
"scripts": {
10
- "build:clients": "./scripts/multiplexer.sh ./scripts/build/clients.sh ${0:-all} ${1:-all}",
11
- "build:specs": "./scripts/build/specs.sh ${0:-all} ${1:-yaml}",
+ "build:clients": "./scripts/multiplexer.sh ./scripts/builds/clients.sh ${0:-all} ${1:-all}",
+ "build:specs": "./scripts/builds/specs.sh ${0:-all} ${1:-yaml}",
12
"build": "yarn build:specs && yarn build:clients",
13
"clean": "rm -rf **/dist **/build **/node_modules",
14
"cts:generate": "yarn workspace tests start",
scripts/build/clients.sh renamed to scripts/builds/clients.sh
scripts/build/specs.sh renamed to scripts/builds/specs.sh
0 commit comments