mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
* skip broken test * add middleware to follow new stylesheet imports * fix avatar tests * update badge tests * fix button tests * skip carousel test * fix checkbox tests * fix details test * update radio button tests * fix input tests * fix progress bar tests * update * fix range tests * fix select tests * restore wrapper div to pass a11y tests * fix switch tests * fix tag tests * fix textarea tests * fix tooltip tests * skips * fix tree item tests * [DRAFT]: test fixes (#421) * working on some stuff.. * add a small delay for menu-item * prettier * add a small delay for menu-item * prettier * add a small delay for menu-item * add a small delay for menu-item * add a small delay for menu-item * prettier * Empty commit * add a small delay for menu-item * always build with alpha * always build with alpha * move to alpha builds --------- Co-authored-by: Konnor Rogers <konnor5456@gmail.com>
9 lines
152 B
Bash
9 lines
152 B
Bash
#!/bin/bash
|
|
|
|
# if [[ $VERCEL_GIT_COMMIT_REF == "alpha" ]] ; then
|
|
echo "Running the alpha build!"
|
|
npm run build:alpha
|
|
# else
|
|
# npm run build
|
|
# fi
|