Skip to content

Commit 67fd385

Browse files
committed
Don't use --quiet
1 parent c8789d9 commit 67fd385

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"postversion": "git push && git push --tags",
1919
"build": "spago -x bin/spago.dhall build",
2020
"bundle": "npm run build && npm run bundle:main && npm run bundle:worker",
21-
"bundle:main": "spago -x bin/spago.dhall bundle-module --platform node --to './bundle/Main/index.js' --no-build --quiet",
22-
"bundle:worker": "spago -x bin/spago.dhall bundle-app --platform node --to './bundle/Bin.Worker/index.js' --main Bin.Worker --no-build --quiet",
21+
"bundle:main": "spago -x bin/spago.dhall bundle-module --platform node --to './bundle/Main/index.js' --no-build",
22+
"bundle:worker": "spago -x bin/spago.dhall bundle-app --platform node --to './bundle/Bin.Worker/index.js' --main Bin.Worker --no-build",
2323
"test": "spago -x test/spago.dhall test",
2424
"generate-default-operators": "spago -x script/spago.dhall run -m GenerateDefaultOperatorsModule",
2525
"format-self": "npm run build && node ./bin/index.js format-in-place src 'test/*.purs' bin script",

0 commit comments

Comments
 (0)