Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
c39a4a6cb0 | |||
f325479a11 | |||
c79f443c18 | |||
14bb4a90bb |
@ -8,6 +8,7 @@ cache:
|
||||
|
||||
stages:
|
||||
- mirror
|
||||
- security
|
||||
- test
|
||||
- release
|
||||
- trigger
|
||||
@ -20,6 +21,15 @@ mirror:
|
||||
tags:
|
||||
- docker
|
||||
|
||||
security:
|
||||
stage: security
|
||||
script:
|
||||
- npmci command yarn global add snyk
|
||||
- npmci command yarn install --ignore-scripts
|
||||
- npmci command snyk test
|
||||
tags:
|
||||
- docker
|
||||
|
||||
testLEGACY:
|
||||
stage: test
|
||||
script:
|
||||
|
@ -24,7 +24,7 @@ accepts a function call as parameter to execute in gulp pipeline
|
||||
### Usage
|
||||
|
||||
```typescript
|
||||
import * as gulp from "gulp";
|
||||
import gulp = require('gulp');
|
||||
import gulpFunction from "gulp-function"; // default ES6 export
|
||||
// import {forFirst, forEach, atEnd} from 'gulp-function'
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
"mode": "default"
|
||||
},
|
||||
"npmci": {
|
||||
"globalNpmTools": [
|
||||
"npmGlobalTools": [
|
||||
"npmts"
|
||||
]
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "gulp-function",
|
||||
"version": "2.2.12",
|
||||
"version": "2.2.14",
|
||||
"description": "accepts a function call as parameter to execute in gulp pipeline",
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
|
Reference in New Issue
Block a user