comment about bundle before build
This commit is contained in:
parent
6576df27b6
commit
6976b603f5
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -83,7 +83,7 @@ jobs:
|
||||||
# run: cd ../../ && yarn
|
# run: cd ../../ && yarn
|
||||||
- name: Install packages for components package
|
- name: Install packages for components package
|
||||||
run: yarn
|
run: yarn
|
||||||
- name: Run tsc and webpack
|
- name: Run tsc and webpack # I'm uncertain if bundle comes before build, it was jotted down in a readme that way but it may have been erroneous.
|
||||||
run: yarn bundle
|
run: yarn bundle
|
||||||
- name: Build storybook
|
- name: Build storybook
|
||||||
run: yarn build
|
run: yarn build
|
||||||
|
|
Loading…
Reference in New Issue
Block a user