Commit Graph

18 Commits

Author SHA1 Message Date
Amin Yahyaabadi
a600e30ed9 build: add npmrc with Nodejs target versions 2022-07-04 16:14:56 -07:00
Antonio Scandurra
9def97fe9c Remove .npmrc files 2016-08-02 12:58:25 +02:00
joshaber
666958d6b9 Try just setting the target? 2015-12-28 16:50:00 -05:00
joshaber
1eceae96cc Once more, with feeling. 2015-12-28 15:42:19 -05:00
joshaber
be9d74adbf Back to using npmrc. 2015-12-28 15:10:01 -05:00
joshaber
8ac72db0b2 Get the Electron version from our package.json. 2015-12-28 13:09:38 -05:00
joshaber
ab94103497 Back to putting them in the npmrc. 2015-12-09 23:19:09 -05:00
joshaber
b810a8b491 Get the Electron version from the package. 2015-12-09 17:04:41 -05:00
joshaber
0baf653b99 Provide these from .npmrc. 2015-12-09 15:44:38 -05:00
joshaber
09bd603c4b Don't set these here. 2015-12-07 11:10:20 -05:00
joshaber
0e3bb42b2c Use some binaries, hopefully? 2015-12-04 12:01:51 -05:00
Joe Fitzgerald
19334be188 Add Appveyor CI
- Add Appveyor badge
- Add Appveyor.yml definition, with encrypted ATOM_ACCESS_TOKEN
- Add cibuild.cmd script to launch cibuild on Windows
- Prepare to release Atom on Windows from Appveyor (but don't do it yet)
- Reduce dependence on JANKY in ci scripts + tasks
- Suppress release activities on PRs for Travis and Appveyor
- Cache ~/.atom/.apm, ~/.atom/.node-gyp/.atom, and ~/.atom/.npm on Appveyor
2015-11-10 15:37:01 -07:00
Kevin Sawicki
63e6df8022 Move .npmrc file to build folder
apm commands appear to be picking it up as a config file when bootstrapping
from the root of the repo causing cache clashes between build modules and
core packages.
2015-03-24 13:16:08 -07:00
Kevin Sawicki
67c8de623d Remove empty ca setting
npm 1.4 is a requirement now so this workaround is no longer needed.
2014-05-29 09:26:18 -07:00
Kevin Sawicki
71abe66b8f Put npm cache in ~/.atom/.npm 2014-03-04 10:19:20 -08:00
Kevin Sawicki
01eb6e31ba Revert "Set --ca to null on the command line"
This reverts commit 7f4c8023aee10ded0088076773c6c13f92993aab.
2014-03-04 10:19:20 -08:00
Kevin Sawicki
071e6f885f Set --ca to null on the command line 2014-03-04 10:19:20 -08:00
Kevin Sawicki
5fcde96f88 Add .npmrc file with default ca value 2014-03-04 10:19:20 -08:00