mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2024-11-19 08:08:05 +08:00
Merge branch 'master' into feature/SSH-DEPLOY-refactor
# Conflicts: # .gitignore # README.md # dist/index.js # src/index.js
This commit is contained in:
@@ -16,7 +16,8 @@
|
||||
},
|
||||
"scripts": {
|
||||
"build": "npm run lint && ncc build ./src/index.js -o dist",
|
||||
"lint": "eslint ./src/index.js"
|
||||
"lint": "eslint ./src/index.js",
|
||||
"lint:fix": "eslint ./src/index.js --fix"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user