File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 18
18
"postversion" : " git push && git push --tags" ,
19
19
"build" : " spago -x bin/spago.dhall build" ,
20
20
"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" ,
23
23
"test" : " spago -x test/spago.dhall test" ,
24
24
"generate-default-operators" : " spago -x script/spago.dhall run -m GenerateDefaultOperatorsModule" ,
25
25
"format-self" : " npm run build && node ./bin/index.js format-in-place src 'test/*.purs' bin script" ,
You can’t perform that action at this time.
0 commit comments