File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ always be in sync.
28
28
29
29
### Development
30
30
31
- - ` script /test` will fire up a karma runner and watch for changes in the
31
+ - ` scripts /test` will fire up a karma runner and watch for changes in the
32
32
specs directory.
33
33
- ` npm test ` will do the same but doesn't watch, just runs the tests.
34
- - ` script /build-examples` does exactly that.
34
+ - ` scripts /build-examples` does exactly that.
35
35
36
36
### Build
37
37
38
- Please do not include the output of ` script /build` in your commits, we
38
+ Please do not include the output of ` scripts /build` in your commits, we
39
39
only do this when we release. (Also, you probably don't need to build
40
40
anyway unless you are fixing something around our global build.)
41
41
You can’t perform that action at this time.
0 commit comments