mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[enh] Be more explicit on npm command.
This commit is contained in:
parent
c6aac064da
commit
c8e3a98284
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ We use `gulp` to compile Less files and minify the JavaScript. Assuming [nodejs]
|
|||
|
||||
```sh
|
||||
cd src
|
||||
npm i
|
||||
npm install
|
||||
npm run build
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue