Skip to content

Commit 35c89a5

Browse files
mischahBrocco
authored andcommitted
refactor: Change ejection message
1 parent e970cb1 commit 35c89a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@angular/cli/tasks/eject.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ export default Task.extend({
549549
550550
To run your builds, you now need to do the following commands:
551551
- "npm run build" to build.
552-
- "npm run test" to run unit tests.
552+
- "npm test" to run unit tests.
553553
- "npm start" to serve the app using webpack-dev-server.
554554
- "npm run e2e" to run protractor.
555555

0 commit comments

Comments
 (0)