Skip to content

Commit 77d0a47

Browse files
committed
fix: Upgrade
1 parent 7b49839 commit 77d0a47

File tree

5 files changed

+610
-352
lines changed

5 files changed

+610
-352
lines changed

ecosystem.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module.exports = {
2222
"repo" : "[email protected]:circlecell/eslint.io.git",
2323
"path" : "/var/web/eslint.io",
2424
"ssh_options": ["StrictHostKeyChecking=no", "PasswordAuthentication=no"],
25-
"post-deploy" : "rm -rf node_modules; npm run install-all && npm run build && npm start"
25+
"post-deploy" : "npm run install-all && npm run build && npm start"
2626
}
2727
}
2828
}

0 commit comments

Comments
 (0)