1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

Update bootstrap to v5.3.0 (#1272)

This commit is contained in:
Paweł Kuna
2023-01-05 03:17:46 +01:00
committed by GitHub
parent 0c8310cf97
commit 1d12b7979a
434 changed files with 27470 additions and 120404 deletions

View File

@@ -32,7 +32,7 @@ jobs:
bundler-cache: true
- name: Install npm dependencies
run: npm ci
run: npm install
- name: Run build
run: npm run build

View File

@@ -33,7 +33,7 @@ jobs:
- run: node --version
- name: Install npm dependencies
run: npm ci
run: npm install
- name: Build
run: npm run build