Try cleaning up npm cache

This commit is contained in:
2024-02-12 11:22:57 +01:00
parent efe81f3142
commit 86b01ed11e

View File

@ -7,6 +7,7 @@ steps:
environment:
OUTPUT: /tmp/out
commands:
- npm cache clean --force
- mkdir -p $OUTPUT
- cp -R ./* $OUTPUT
- cd $OUTPUT