Skip to content

Commit

Permalink
revert: gulp and build updates (#2121)
Browse files Browse the repository at this point in the history
This reverts commit 79748d6. PR #2099.

Refs: 79748d6
  • Loading branch information
castastrophe committed Aug 23, 2023
1 parent 7f99d1c commit 03a37f5
Show file tree
Hide file tree
Showing 122 changed files with 3,706 additions and 2,573 deletions.
2 changes: 0 additions & 2 deletions .env.build

This file was deleted.

2 changes: 0 additions & 2 deletions .env.dev

This file was deleted.

14 changes: 11 additions & 3 deletions .github/workflows/pr-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,17 @@ jobs:
with:
node-version: 16
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build
run: yarn ci
run: yarn install
- name: Clean everything
run: yarn clean
- name: Build components
run: yarn build:components
- name: Build docs site
run: yarn build:site
- name: Build Storybook (preview)
run: yarn workspace @spectrum-css/preview build
- name: Move Storybook build to dist
run: yarn postbuild:all
- name: Deploy to Netlify
uses: nwtgck/actions-netlify@v2
with:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ npm-debug.log*
lerna-debug.log
yarn-error.log
package-lock.json
profile.json

# Storybook build output
tools/preview/storybook-static
Expand Down
Loading

0 comments on commit 03a37f5

Please sign in to comment.