Skip to content

Commit c93119c

Browse files
committed
chore: update scripts
1 parent 0b9ccca commit c93119c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stoat-api",
3-
"version": "0.8.9-3",
3+
"version": "0.8.9-4",
44
"description": "Stoat API Library",
55
"type": "module",
66
"exports": {
@@ -12,7 +12,7 @@
1212
"author": "Paul Makles <insrt.uk>",
1313
"license": "MIT",
1414
"scripts": {
15-
"build": "REWRITE_ANYOF=1 oapilib && tsc",
15+
"build": "REWRITE_ANYOF=1 node cli.js && tsc",
1616
"prepublish": "in-publish && pnpm build || echo Skipping build."
1717
},
1818
"devDependencies": {
@@ -31,4 +31,4 @@
3131
"dependencies": {
3232
"json-with-bigint": "^3.4.4"
3333
}
34-
}
34+
}

0 commit comments

Comments
 (0)