all repos — nixfiles @ 4006db42beee009e99edd76cdcf9bf7114ac6682

System and user configuration, managed by nix and home-manager

npm: don't rebuild bundles all the time

Alan Pearce
commit

4006db42beee009e99edd76cdcf9bf7114ac6682

parent

0852a328d7ca0622b66d8fa134101e5a7d42c4da

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M javascript/.npmrcjavascript/.npmrc
@@ -3,3 +3,4 @@ //registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}
@satoshipay:registry=https://registry.npmjs.org/ always-auth=true sign-git-tag=true +rebuild-bundle=false