Skip to content

Commit e31dbd2

Browse files
committed
fixing codefresh.yml
1 parent 7cabda8 commit e31dbd2

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

codefresh.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ steps:
88
working-directory: ${{initial-clone}}
99
commands:
1010
- npm install
11-
- gulp lint
12-
- gulp no.onlys
13-
- gulp unit_test
14-
- gulp coveralls
15-
- gulp integ_test
16-
- gulp clean
11+
- npm run gulp lint
12+
- npm run gulp no.onlys
13+
- npm run gulp unit_test
14+
- npm run gulp coveralls
15+
- npm run gulp integ_test
16+
- npm run gulp clean
1717

1818
build-step:
1919
type: build

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"sinon-chai": "^2.8.0"
3232
},
3333
"scripts": {
34+
"gulp": "gulp",
3435
"start": "node lib/index.js"
3536
}
3637
}

0 commit comments

Comments
 (0)