mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
refactor: bundle shared so each consumer can require/import without hassle (#64167)
This commit is contained in:
committed by
GitHub
parent
ddfd598eb4
commit
f03ad05e84
@@ -155,7 +155,7 @@ jobs:
|
||||
- name: Install and Build
|
||||
run: |
|
||||
pnpm install
|
||||
pnpm compile:ts
|
||||
pnpm turbo compile
|
||||
pnpm run build:curriculum
|
||||
|
||||
- name: Start apps
|
||||
|
||||
@@ -138,7 +138,7 @@ jobs:
|
||||
- name: Install and Build
|
||||
run: |
|
||||
pnpm install
|
||||
pnpm compile:ts
|
||||
pnpm turbo compile
|
||||
pnpm run build:curriculum
|
||||
|
||||
- name: Start apps
|
||||
|
||||
Reference in New Issue
Block a user