Skip to content

Commit 56d7ff6

Browse files
authored
fix: rename scripts/build to builds to not ignore it (#55)
1 parent 905e5a5 commit 56d7ff6

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"tests/"
88
],
99
"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}",
10+
"build:clients": "./scripts/multiplexer.sh ./scripts/builds/clients.sh ${0:-all} ${1:-all}",
11+
"build:specs": "./scripts/builds/specs.sh ${0:-all} ${1:-yaml}",
1212
"build": "yarn build:specs && yarn build:clients",
1313
"clean": "rm -rf **/dist **/build **/node_modules",
1414
"cts:generate": "yarn workspace tests start",
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)