Skip to content

Commit bd6f0d4

Browse files
😒 chore: Tweak ci:build GHA workflow to please rejuvenate.
1 parent a935784 commit bd6f0d4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci:build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
useRollingCache: true
1818

1919
- name: Build 🏗️
20-
run: yarn build
20+
run: yarn ci:build

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"build": "NODE_ENV=production microbundle",
4747
"build-docs": "esdoc",
4848
"build-gh-pages": "npm run build-docs",
49+
"ci:build": "npm run build",
4950
"commit-msg": "commitlint --edit",
5051
"cover": "NODE_ENV=cover c8 --all --src src --reporter lcov --reporter text-summary --reporter text npm test",
5152
"debug": "NODE_ENV=debug npm run test -- -st --fail-fast",

0 commit comments

Comments
 (0)