We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b9ccca commit c93119cCopy full SHA for c93119c
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "stoat-api",
3
- "version": "0.8.9-3",
+ "version": "0.8.9-4",
4
"description": "Stoat API Library",
5
"type": "module",
6
"exports": {
@@ -12,7 +12,7 @@
12
"author": "Paul Makles <insrt.uk>",
13
"license": "MIT",
14
"scripts": {
15
- "build": "REWRITE_ANYOF=1 oapilib && tsc",
+ "build": "REWRITE_ANYOF=1 node cli.js && tsc",
16
"prepublish": "in-publish && pnpm build || echo Skipping build."
17
},
18
"devDependencies": {
@@ -31,4 +31,4 @@
31
"dependencies": {
32
"json-with-bigint": "^3.4.4"
33
}
34
-}
+}
0 commit comments