Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 77d0a47

Browse filesBrowse files
committed
fix: Upgrade
1 parent 7b49839 commit 77d0a47
Copy full SHA for 77d0a47

File tree

Expand file treeCollapse file tree

5 files changed

+610
-352
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

5 files changed

+610
-352
lines changed
Open diff view settings
Collapse file

‎ecosystem.config.js‎

Copy file name to clipboardExpand all lines: ecosystem.config.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module.exports = {
2222
"repo" : "git@github.com: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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.