1 mengubah file dengan
1 tambahan dan 1 penghapusan
-
1
1
.drone.yml
|
@@ -6,7 +6,7 @@ steps:
|
|
|
image: node
|
|
image: node
|
|
|
commands:
|
|
commands:
|
|
|
- npm install
|
|
- npm install
|
|
|
- - npm test:sunit
|
|
|
|
|
|
|
+ - npm run test:sunit
|
|
|
|
|
|
|
|
- name: cli
|
|
- name: cli
|
|
|
image: node
|
|
image: node
|