try body as file, use as string otherwise
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
"description": "Create a release",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"lint": "eslint 'src/**.js' 'tests/**.js' --fix",
|
||||
"test": "eslint 'src/**.js' 'tests/**.js' && jest --coverage",
|
||||
"lint": "eslint src/**.js tests/**.js --fix",
|
||||
"test": "eslint src/**.js tests/**.js && jest --coverage",
|
||||
"build": "ncc build src/main.js",
|
||||
"precommit": "npm run build && git add dist/"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user