Skip to content

Commit 3a75eb4

Browse files
committed
docs(contributing): updates gulp commands
1 parent 9b2ae8a commit 3a75eb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ Looking for an issue to fix? Make sure to look through our issues with the [help
4040
#### TypeScript Changes
4141

4242
1. If there is a `*.spec.ts` file located in the `test/` folder, update it to include a karma test for your change, if needed. If this file doesn't exist, please notify us.
43-
2. Run `gulp karma` to make sure all tests are working, regardless if a test was added.
44-
3. Run `gulp tslint` and fix any linter errors.
43+
2. Run `gulp test` to make sure all tests are working, regardless if a test was added.
44+
3. Run `gulp lint.ts` and fix any linter errors.
4545

4646

4747
#### Sass Changes
@@ -57,7 +57,7 @@ Looking for an issue to fix? Make sure to look through our issues with the [help
5757

5858
#### Viewing Changes
5959

60-
1. Run the gulp watch task for e2e tests: `gulp watch.e2e`
60+
1. Run the gulp watch task for e2e tests: `gulp e2e.watch`
6161
2. Launch your browser and navigate to `http://localhost:8000/dist/e2e`
6262
3. From here, navigate to the component you are changing.
6363
4. Any changes to the e2e tests in the `test/` directory will show here.

0 commit comments

Comments
 (0)