Skip to content

Commit

Permalink
chore: added tags and cleaned up build in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
GarthDB committed Jun 29, 2023
1 parent 7481524 commit 86d74d9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
version: 8.6.5
- uses: moonrepo/setup-moon-action@v1
- run: moon setup
- run: moon run :build
- run: moon run :build --query "projectSource~packages/*"
- name: Publish
id: changesets
uses: changesets/action@v1
Expand Down
3 changes: 3 additions & 0 deletions docs/site/moon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
# the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
# OF ANY KIND, either express or implied. See the License for the specific language
# governing permissions and limitations under the License.
tags:
- docs
- site
fileGroups:
target:
- "/site/[!visualizer]"
Expand Down
4 changes: 3 additions & 1 deletion docs/visualizer/moon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
# the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
# OF ANY KIND, either express or implied. See the License for the specific language
# governing permissions and limitations under the License.

tags:
- docs
- site
fileGroups:
sources:
- "src/**/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/moon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
# OF ANY KIND, either express or implied. See the License for the specific language
# governing permissions and limitations under the License.

type: library
fileGroups:
sources:
- "src/**/*"
Expand Down

0 comments on commit 86d74d9

Please sign in to comment.