From 73798aab792a81f789b522d1770d04fdf196e438 Mon Sep 17 00:00:00 2001 From: Nikolay Dorofeev Date: Tue, 5 Mar 2024 12:49:40 +0400 Subject: [PATCH] Build esprit design before publishing --- .changeset/tricky-snails-join.md | 5 +++++ .github/workflows/release.yaml | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 .changeset/tricky-snails-join.md diff --git a/.changeset/tricky-snails-join.md b/.changeset/tricky-snails-join.md new file mode 100644 index 00000000..8ebd4a69 --- /dev/null +++ b/.changeset/tricky-snails-join.md @@ -0,0 +1,5 @@ +--- +'@d0rich/esprit-design': patch +--- + +Build before publishing diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b5f685d2..e09b92d9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -23,6 +23,9 @@ jobs: - name: Install Dependencies run: npm ci + - name: Build + run: npm run build:all + - name: Create Release Pull Request or Publish to npm id: changesets uses: changesets/action@v1