Skip to content

Commit 82b406a

Browse files
committed
add link to netlify cli
1 parent 62a4dcb commit 82b406a

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
node_modules/
2+
cypress/videos
3+
cypress/screenshots

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,10 @@ How to [code a plugin](https://github.com/netlify/build/blob/master/docs/creatin
33
## Testing and releasing a new version
44

55
Try using `beta` branch to release new pre-release versions of the plugin by following [the semantic release guide](https://github.com/semantic-release/semantic-release/blob/master/docs/recipes/pre-releases.md). You can fork and test out new versions published to NPM using the [netlify-plugin-cypress-example](https://github.com/cypress-io/netlify-plugin-cypress-example) repository. Hope the `master` branch merged into `beta` does not bring features and fixes *already released*. Thus I suggest using `beta` branch for new features.
6+
7+
If helps to install [Netlify CLI](https://github.com/netlify/cli) to test the plugin locally
8+
9+
```shell
10+
npm install netlify-cli -g
11+
netlify build
12+
```

0 commit comments

Comments
 (0)