Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
f-f committed Dec 20, 2023
1 parent 565416d commit 6fe57d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"format": "purs-tidy format-in-place core src bin docs-search",
"format:check": "purs-tidy check core src bin docs-search",
"bundle": "spago bundle -p spago-bin",
"prepublishOnlyFoo": "spago build && ./bin/index.dev.js bundle -p spago-bin && ./bin/index.dev.js bundle -p docs-search-client-halogen",
"prepublishOnly": "spago build && ./bin/index.dev.js bundle -p spago-bin && ./bin/index.dev.js bundle -p docs-search-client-halogen",
"halogen:dev": "./bin/index.dev.js bundle -p docs-search-client-halogen --outfile=./generated-docs/html/docs-search-app.js --esbuild-args '--watch=forever' --esbuild-args '--servedir=./generated-docs/html'"
},
"dependencies": {
Expand Down

0 comments on commit 6fe57d8

Please sign in to comment.