diff options
author | Alystrasz <contact@remyraes.com> | 2022-08-07 00:20:11 +0200 |
---|---|---|
committer | Alystrasz <contact@remyraes.com> | 2022-08-07 00:20:11 +0200 |
commit | f865f6d8133a5f5c091d887170ef680dbcb34339 (patch) | |
tree | 0ebe97908cab219336c58daad277138b700286b4 | |
parent | 2be59700690d6c4196300f71e97668839b0e65fe (diff) | |
download | Viper-f865f6d8133a5f5c091d887170ef680dbcb34339.tar.gz Viper-f865f6d8133a5f5c091d887170ef680dbcb34339.zip |
build: install npm dependencies by force
-rw-r--r-- | .github/workflows/dev_builds.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dev_builds.yml b/.github/workflows/dev_builds.yml index 11c6438..bd68d1a 100644 --- a/.github/workflows/dev_builds.yml +++ b/.github/workflows/dev_builds.yml @@ -16,7 +16,7 @@ jobs: with: node-version: 16 - name: Install dependencies - run: npm ci + run: npm install --force - name: Create builds run: npm run build - name: Archive production artifacts |