1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-14 23:32:25 +04:00

bundle install fix

This commit is contained in:
codecalm
2019-11-30 17:20:00 +01:00
parent ca5989e522
commit 6bdb528290
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
run: npm install
- name: Install bundler dependencies
run: bundle install --jobs=3 --retry=3 --clean
run: bundle install
- name: Run bundlesize
run: npm run bundlesize