This commit is contained in:
parent
87e017c1de
commit
47189ea553
|
|
@ -11,12 +11,10 @@ steps:
|
||||||
- name: Installation du package
|
- name: Installation du package
|
||||||
image: node
|
image: node
|
||||||
commands:
|
commands:
|
||||||
- cd Deligraph-V3
|
|
||||||
- npm install
|
- npm install
|
||||||
- name: Build du package
|
- name: Build du package
|
||||||
image: node
|
image: node
|
||||||
commands:
|
commands:
|
||||||
- cd Deligraph-V3
|
|
||||||
- npm run production
|
- npm run production
|
||||||
- rm -rf node_modules
|
- rm -rf node_modules
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user