File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ versions.
17
17
18
18
## Installation
19
19
20
- ``` bash
20
+ ``` sh
21
21
npm i -D serverless-plugin-function-value
22
22
```
23
23
24
24
## Usage
25
25
26
- ``` yaml
26
+ ``` yml
27
27
service : test
28
28
29
29
plugins :
@@ -82,15 +82,15 @@ LTS version is tested against.
82
82
83
83
Install dependencies via `npm`.
84
84
85
- ` ` ` bash
85
+ ` ` ` sh
86
86
npm i
87
87
` ` `
88
88
89
89
# ## Linting
90
90
91
91
Execute linters via `npm`.
92
92
93
- ` ` ` bash
93
+ ` ` ` sh
94
94
# git, javascript and markdown
95
95
npm run lint
96
96
@@ -108,7 +108,7 @@ npm run lint:md
108
108
109
109
Execute tests via `npm`.
110
110
111
- ` ` ` bash
111
+ ` ` ` sh
112
112
# lint, unit tests and integration tests
113
113
npm test
114
114
@@ -123,7 +123,7 @@ npm run test:integration
123
123
124
124
Execute formatters via `npm`.
125
125
126
- ` ` ` bash
126
+ ` ` ` sh
127
127
# javascript and markdown
128
128
npm run format
129
129
@@ -138,7 +138,7 @@ npm run format:md
138
138
139
139
Run a build via `npm`.
140
140
141
- ` ` ` bash
141
+ ` ` ` sh
142
142
npm run build
143
143
` ` `
144
144
You can’t perform that action at this time.
0 commit comments