chore: benchmark node_modules size
This commit is contained in:
parent
7cf24a4187
commit
c0b2832622
@ -37,6 +37,9 @@ npm install:
|
||||
- install -v -m 0700 -d ~/.ssh
|
||||
- install -v -T -m 0644 ${SSH_KNOWN_HOSTS} ~/.ssh/known_hosts
|
||||
- install -v -T -m 0400 ${SSH_DEPLOY_KEY} ~/.ssh/deploy && echo "IdentityFile ~/.ssh/deploy" >> ~/.ssh/config;
|
||||
after_script:
|
||||
- zip -r node_modules.zip node_modules
|
||||
- du -h node_modules node_modules.zip
|
||||
artifacts:
|
||||
paths:
|
||||
- node_modules/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user