Update instructions for running tests against dist

Fixes #2819.
master
Simon Lydell 2017-09-14 21:56:59 +02:00
parent ec4abdfb1e
commit 06c9127f02
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ shell.cp("README.md", "dist/README.md");
shell.echo("Done!");
shell.echo();
shell.echo("How to test against dist:");
shell.echo(" 1) yarn test --prod");
shell.echo(" 1) NODE_ENV=production yarn test");
shell.echo();
shell.echo("How to publish:");
shell.echo(" 1) IMPORTANT!!! Go to dist/");