We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cabda8 commit e31dbd2Copy full SHA for e31dbd2
codefresh.yml
@@ -8,12 +8,12 @@ steps:
8
working-directory: ${{initial-clone}}
9
commands:
10
- npm install
11
- - gulp lint
12
- - gulp no.onlys
13
- - gulp unit_test
14
- - gulp coveralls
15
- - gulp integ_test
16
- - gulp clean
+ - npm run gulp lint
+ - npm run gulp no.onlys
+ - npm run gulp unit_test
+ - npm run gulp coveralls
+ - npm run gulp integ_test
+ - npm run gulp clean
17
18
build-step:
19
type: build
package.json
@@ -31,6 +31,7 @@
31
"sinon-chai": "^2.8.0"
32
},
33
"scripts": {
34
+ "gulp": "gulp",
35
"start": "node lib/index.js"
36
}
37
0 commit comments