Skip to content

Commit 03a37f5

Browse files
authored
revert: gulp and build updates (#2121)
This reverts commit 79748d6. PR #2099. Refs: 79748d6
1 parent 7f99d1c commit 03a37f5

File tree

122 files changed

+3706
-2573
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+3706
-2573
lines changed

.env.build

Lines changed: 0 additions & 2 deletions
This file was deleted.

.env.dev

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/workflows/pr-build-and-deploy.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,17 @@ jobs:
1818
with:
1919
node-version: 16
2020
- name: Install dependencies
21-
run: yarn install --frozen-lockfile
22-
- name: Build
23-
run: yarn ci
21+
run: yarn install
22+
- name: Clean everything
23+
run: yarn clean
24+
- name: Build components
25+
run: yarn build:components
26+
- name: Build docs site
27+
run: yarn build:site
28+
- name: Build Storybook (preview)
29+
run: yarn workspace @spectrum-css/preview build
30+
- name: Move Storybook build to dist
31+
run: yarn postbuild:all
2432
- name: Deploy to Netlify
2533
uses: nwtgck/actions-netlify@v2
2634
with:

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ npm-debug.log*
1414
lerna-debug.log
1515
yarn-error.log
1616
package-lock.json
17-
profile.json
1817

1918
# Storybook build output
2019
tools/preview/storybook-static

0 commit comments

Comments
 (0)