Skip to content

Commit

Permalink
[*] Rename postinstall.js -> postinstall.es6
Browse files Browse the repository at this point in the history
The n1Cloud machines try to compile this script, even though they
never run it, and they didn't recognize it was supposed to be es6
  • Loading branch information
Halla Moore committed Feb 21, 2017
1 parent 3a0c357 commit 95cb202
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"stop": "npm run stop-cloud",
"stop-cloud": "pm2 stop all; pm2 delete all;",
"build-cloud": "docker build .",
"postinstall": "babel-node scripts/postinstall.js"
"postinstall": "babel-node scripts/postinstall.es6"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ across multiple codebases, not use submodules, and keep a unified commit
history.

We use [Lerna](https://github.com/lerna/lerna) to manage the monorepo and tie
them all together with the main `nylas-mail-all/scripts/postinstall.js` script,
them all together with the main `nylas-mail-all/scripts/postinstall.es6` script,
which in turn, calls `lerna bootstrap`
File renamed without changes.

0 comments on commit 95cb202

Please sign in to comment.