File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ A Netlify build plugin that injects build and deploy information into the DOM fo
1111
1212The plugin accesses Netlify's postprocessing snippet injection using the Netlify API, so we need to provide an access token.
1313
14- 1 . Sign in to Netlify and navigate to User Settings -> [ Applications] ( https://app.netlify.com/user/applications )
14+ 1 . Sign in to Netlify and navigate to User Settings → [ Applications] ( https://app.netlify.com/user/applications )
15152 . Generate a new personal access token
16163 . Store that personal access token as an environment variable called ` BUILD_SITREP_TOKEN ` in the site(s) you want to use the plugin with.
1717
1818### Install
1919
20- ```
20+ ``` bash
2121npm install --save " @quarva/netlify-plugin-sitrep"
2222```
2323
@@ -28,8 +28,7 @@ npm install --save "@quarva/netlify-plugin-sitrep"
2828package = " @quarva/netlify-plugin-sitrep"
2929```
3030
31- Note: The ` [[plugins]] ` line is required for each plugin, even if you have other
32- plugins in your ` netlify.toml ` file already.
31+ Note: The ` [[plugins]] ` line is required for each plugin, even if you have other plugins in your ` netlify.toml ` file already.
3332
3433### Configuration
3534
Original file line number Diff line number Diff line change 44 "description" : " A Netlify build plugin that injects build and deploy information into the DOM for debugging." ,
55 "main" : " index.js" ,
66 "scripts" : {
7- "build" : " netlify-build"
7+ "build" : " netlify-build" ,
8+ "test" : " echo \" No test specified\" "
89 },
910 "repository" : {
1011 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments