Skip to content

Commit

Permalink
cli 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
meoyawn committed Sep 9, 2023
1 parent 85f1995 commit d792b42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@responsibleapi/cli",
"version": "0.3.6",
"version": "0.3.7",
"description": "Compiles responsibleapi .kdl files to openapi.json",
"license": "MIT",
"sideEffects": [
Expand All @@ -17,12 +17,12 @@
],
"scripts": {
"bld": "bun build src/index.ts --outdir=dist/ --external arg --external chokidar --external deepmerge --external kdljs --target=node --sourcemap=external --format=esm",
"chk": "bun test && bun lint && bun tsc",
"clean": "rm -rf dist/",
"lint": "eslint src/ --fix",
"prepack": "bun clean && bun bld",
"prepack": "bun chk && bun clean && bun bld",
"start": "bun bld && bun bin.mjs ../examples/listenbox.kdl | pbcopy",
"start:watch": "bun bld && bun bin.mjs -w -o dist/openapi.json ../examples/listenbox.kdl",
"preversion": "bun test && bun lint && bun tsc",
"postversion": "git push --follow-tags"
},
"dependencies": {
Expand Down

0 comments on commit d792b42

Please sign in to comment.