Skip to content

Commit

Permalink
update static workflow package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasAFink committed Sep 10, 2024
1 parent 0e1a6f7 commit 86bbf0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions zmsapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"main": "index.js",
"private": true,
"scripts": {
"preinstall": "npm i --location=global @apidevtools/swagger-cli",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node ./bin/build_swagger.js"
"preinstall": "",
"build": "node ./bin/build_swagger.js",
"doc": "npm run build && npx swagger-cli bundle -o public/doc/swagger.json public/doc/swagger.yaml"
},
"keywords": [
"eappointment"
Expand Down

0 comments on commit 86bbf0e

Please sign in to comment.