8000 chore: add npm fix command (#74) · lholmquist/sdk-javascript@005d532 · GitHub
[go: up one dir, main page]

Skip to content

Commit 005d532

Browse files
authored
chore: add npm fix command (cloudevents#74)
* feat: add npm fix command Signed-off-by: Grant Timmerman <timmerman+devrel@google.com> * feat: add npm fix command Signed-off-by: Grant Timmerman <timmerman+devrel@google.com>
1 parent 12ac181 commit 005d532

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"lint": "standardx",
8+
"fix": "standardx --fix",
89
"pretest": "npm run lint",
910
"test": "mocha test/**/*.js",
1011
"coverage": "nyc --reporter=lcov --reporter=text npm run test",

0 commit comments

Comments
 (0)
0