Files
atom/script
DeeDeeG c087fcfb49 CI: Use npm ci rather than npm install
`npm ci` doesn't try to reconcile package.json with package-lock.json,
nor with any existing packages in `node_modules`. `npm ci` simply
deletes `node_modules` and uses the packages from `package-lock.json`.

As a result, `npm ci` is much, much faster than `npm install`.
We should use it wherever possible.
2020-08-21 21:19:49 +03:00
..
2016-08-02 14:04:45 +02:00
2020-02-27 13:38:15 -05:00
2016-08-02 14:04:45 +02:00
2016-08-02 15:31:05 +02:00
2016-08-08 14:47:17 -07:00
2019-06-26 16:32:07 +02:00
2016-08-29 10:37:12 +02:00
2016-08-29 10:37:12 +02:00
2016-09-09 17:58:23 +02:00