Skip to content

Commit

Permalink
added format script based on prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
nhenin committed Apr 18, 2024
1 parent e837099 commit 1f891e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -27,6 +27,7 @@
"docs": "typedoc . --treatWarningsAsErrors --options ./typedoc.json",
"serve": "ws --port 1337 --rewrite '/importmap -> https://cdn.jsdelivr.net/gh/input-output-hk/marlowe-ts-sdk@0.3.0-beta/jsdelivr-npm-importmap.js'",
"serve-dev": "ws --port 1337 --rewrite '/importmap -> /dist/local-importmap.js'",
"format": "npx prettier --write .",
"postinstall": "cd examples/nodejs && npm install"
},
"workspaces": [
Expand Down

0 comments on commit 1f891e7

Please sign in to comment.