Skip to content

Commit

Permalink
chore: remove again lite-server from all files
Browse files Browse the repository at this point in the history
Signed-off-by: Stefano Cappa <stefano.cappa.ks89@gmail.com>
  • Loading branch information
Ks89 committed Aug 17, 2023
1 parent 261e9e5 commit f76f464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -6,7 +6,7 @@ If you want to help me, modify the source code, but **before to create a pull re
Every time you'll run `npm install` inside an example's folder, you must rebuild all with `npm run build:all`

# A. Cleanup and initialization
1. `npm install -g lite-server @angular/cli@latest`
1. `npm install -g @angular/cli@latest`
2. remove all `node_modules` and temp folders with compiled files (if necessary)
3. `npm install` (from the root of this project)
4. `npm run clean:all`
Expand Down

0 comments on commit f76f464

Please sign in to comment.