mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
removed a stray :
This commit is contained in:
@@ -34,7 +34,7 @@ Then go to [http://localhost:3000](http://localhost:3000) in your browser
|
|||||||
* [Installing](#installing)
|
* [Installing](#installing)
|
||||||
* [Running the app](#running-the-app)
|
* [Running the app](#running-the-app)
|
||||||
* [Running in production mode](#running-in-production-mode)
|
* [Running in production mode](#running-in-production-mode)
|
||||||
* [Cleaning:](#cleaning)
|
* [Cleaning](#cleaning)
|
||||||
* [Other commands](#other-commands)
|
* [Other commands](#other-commands)
|
||||||
* [Recommended Editors/IDEs](#recommended-editorsides)
|
* [Recommended Editors/IDEs](#recommended-editorsides)
|
||||||
* [Collaborating](#collaborating)
|
* [Collaborating](#collaborating)
|
||||||
@@ -73,7 +73,7 @@ npm run build:prod:ngc:json
|
|||||||
```
|
```
|
||||||
This will build the application and put the result in the `dist` folder
|
This will build the application and put the result in the `dist` folder
|
||||||
|
|
||||||
## Cleaning:
|
## Cleaning
|
||||||
```bash
|
```bash
|
||||||
# clean everything, including node_modules. You'll need to run npm install again afterwards.
|
# clean everything, including node_modules. You'll need to run npm install again afterwards.
|
||||||
npm run clean
|
npm run clean
|
||||||
|
Reference in New Issue
Block a user