Skip to content

Commit 3c2b1ce

Browse files
authored
Documentation tweak about dev bundle (#1252)
1 parent 788ec33 commit 3c2b1ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spago bundle -p spago-bin
4747
./bin/bundle.js bundle -p spago-bin
4848

4949
# From now on you can use the bootstrapped build to see the changes you make:
50-
./bin/index.dev.js some-new-command
50+
./bin/index.dev.js build --pedantic-packages --some-new-build-flag
5151

5252
# ...but you can of course still just use the global `spago` command:
5353
spago build

0 commit comments

Comments
 (0)