Skip to content

Commit b1be6a4

Browse files
mischahBrocco
authored andcommitted
refactor: Change ejection message
1 parent 7c6c6ea commit b1be6a4

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
@@ -540,7 +540,7 @@ export default Task.extend({
540540
541541
To run your builds, you now need to do the following commands:
542542
- "npm run build" to build.
543-
- "npm run test" to run unit tests.
543+
- "npm test" to run unit tests.
544544
- "npm start" to serve the app using webpack-dev-server.
545545
- "npm run e2e" to run protractor.
546546

0 commit comments

Comments
 (0)