Skip to content

Commit ebcc11f

Browse files
committed
s/script/scripts/
1 parent 278cfbc commit ebcc11f

File tree

7 files changed

+4
-4
lines changed

7 files changed

+4
-4
lines changed

Diff for: CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ always be in sync.
3030

3131
- `npm start` runs the dev server to run/develop examples
3232
- `npm test` will run the test.
33-
- `script/test` same as `npm test` but keeps karma running and watches
33+
- `scripts/test` same as `npm test` but keeps karma running and watches
3434
for changes
3535

3636
### Build
3737

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
3939
only do this when we release. (Also, you probably don't need to build
4040
anyway unless you are fixing something around our global build.)
4141

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"example": "examples"
1414
},
1515
"scripts": {
16-
"test": "script/test --browsers Firefox --single-run",
17-
"start": "script/dev-examples"
16+
"test": "scripts/test --browsers Firefox --single-run",
17+
"start": "scripts/dev-examples"
1818
},
1919
"authors": [
2020
"Ryan Florence"

Diff for: script/build renamed to scripts/build

File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: script/release renamed to scripts/release

File renamed without changes.

Diff for: script/test renamed to scripts/test

File renamed without changes.

0 commit comments

Comments
 (0)