We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 565416d commit 6fe57d8Copy full SHA for 6fe57d8
package.json
@@ -30,7 +30,7 @@
30
"format": "purs-tidy format-in-place core src bin docs-search",
31
"format:check": "purs-tidy check core src bin docs-search",
32
"bundle": "spago bundle -p spago-bin",
33
- "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",
34
"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'"
35
},
36
"dependencies": {
0 commit comments