summaryrefslogtreecommitdiffstats
path: root/js/README.md
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-19 02:22:02 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-19 02:22:02 +0200
commit90584316b8f275fcad904b644676544eb0322636 (patch)
tree35ead28e8f0cdccc1771464442bb83ce5b558cc6 /js/README.md
parentded252d29e99e068ea341506129e47a05e053a24 (diff)
add test for firstrun page
Diffstat (limited to 'js/README.md')
-rw-r--r--js/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/README.md b/js/README.md
index a1b5f4139..db6dafc2e 100644
--- a/js/README.md
+++ b/js/README.md
@@ -10,7 +10,7 @@ then run:
## Building
Watch mode:
- grunt watch
+ grunt dev
Single run mode:
@@ -19,7 +19,7 @@ Single run mode:
## Testing
Watch mode:
- grunt watch:phpunit
+ grunt phpunit
grunt test
Single run mode: