chore: split Github Actions workflows

This commit is contained in:
Harttle
2023-06-05 23:23:52 +08:00
parent 495bef2d0c
commit 417432fb8a
21 changed files with 304 additions and 108 deletions
-4
View File
@@ -9,8 +9,4 @@ if [ ! -f $FILE_LATEST ]; then
curl $URL_LATEST > $FILE_LATEST
fi
# if [ ! -f $FILE_LOCAL ]; then
BUNDLES=cjs npm run build:dist
# fi
exec node benchmark/diff.js $FILE_LOCAL $FILE_LATEST