Skip to content

Commit

Permalink
fix: fix per <uhop/node-re2#69>
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Jun 15, 2020
1 parent b93c4b4 commit 90456d0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20,776 deletions.
2 changes: 1 addition & 1 deletion assets/js/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const {
// Resize navbar padding on load, window resize, and navbar collapse/show
resizeNavbarPadding($);

// import waypoints (see below example for how to use + `yarn add waypoints`)
// import waypoints (see below example for how to use + `npm install waypoints`)
// require('waypoints/lib/jquery.waypoints.js');

// highlight.js
Expand Down
2 changes: 1 addition & 1 deletion ecosystem.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"repo": "git@github.com:forwardemail/forwardemail.net.git",
"path": "/var/www/production",
"pre-deploy": "git reset --hard",
"post-deploy": "yarn && NODE_ENV=production yarn start build && pm2 startOrGracefulReload ecosystem.json --env production --update-env"
"post-deploy": "npm install && NODE_ENV=production npm start build && pm2 startOrGracefulReload ecosystem.json --env production --update-env"
}
}
}
Loading

0 comments on commit 90456d0

Please sign in to comment.