rm components and website bundle/build

the bundle was making it prohibitively expensive (took an hour to just get halfway through)
This commit is contained in:
Quinn 2022-04-13 12:09:42 -04:00 committed by GitHub
parent a9d0f73c53
commit 110ec3f86d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,10 +66,6 @@ jobs:
run: yarn
- name: Build rescript
run: cd packages/squiggle-lang && yarn build
- name: Bundle and build components
run: cd packages/components && yarn bundle && yarn build
- name: Build website
run: cd packages/website && yarn build
# Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl