vaultwarden-web/scripts
Stefan Melmuk a21f082591
don't stash the node_modules folder
currently, if you built the web-vault the `node_modules` folder is
stashed which takes a long time. since this is an ignored folder and we
use `npm ci` to build the web-vault we don't really need to stash it.

`npm ci` will always start with a clean build anyway.
see https://docs.npmjs.com/cli/v8/commands/npm-ci
2022-11-02 14:21:43 +01:00
..
.script_env Update web-vault to v2022.6.0 2022-06-29 15:49:38 +02:00
apply_patches.sh Update web-vault to v2022.05.0 and misc changes 2022-06-02 22:10:28 +02:00
build_web_vault.sh Update web-vault to v2022.6.0 2022-06-29 15:49:38 +02:00
checkout_web_vault.sh don't stash the node_modules folder 2022-11-02 14:21:43 +01:00
generate_patch_file.sh exclude package-lock.json from generated patches 2022-10-07 05:36:32 +02:00
package_web_vault.sh Update web-vault to v2022.05.0 and misc changes 2022-06-02 22:10:28 +02:00
patch_web_vault.sh Update web-vault to v2022.05.0 and misc changes 2022-06-02 22:10:28 +02:00
tar_web_vault.sh Update web-vault to v2022.6.0 2022-06-29 15:49:38 +02:00