Skip to content

Commit

Permalink
Merge branch 'main' into switch-aria-checked
Browse files Browse the repository at this point in the history
  • Loading branch information
austinoneil committed Apr 18, 2024
2 parents caf457f + 679edea commit 2d9af10
Show file tree
Hide file tree
Showing 53 changed files with 31 additions and 8,671 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish-angular.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@ jobs:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'

- name: Install Modus Web Components
run: npm ci
working-directory: ./stencil-workspace

- name: Build Modus Web Components
run: npm run build
working-directory: ./stencil-workspace

- name: npm install
run: npm i
working-directory: ./angular-workspace/ng${{ github.event.inputs.angularVersion }}/projects/trimble-oss/modus-angular-components
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/publish-react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ jobs:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'

- name: Install Modus Web Components
run: npm ci
working-directory: ./stencil-workspace

- name: Build Modus Web Components
run: npm run build
working-directory: ./stencil-workspace

- name: Install React ${{ github.event.inputs.reactVersion }}
run: npm ci

Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ Thumbs.db
UserInterfaceState.xcuserstate
.env

**/stencil-generated/**

stencil-workspace/generate-icons/generate-icons.js
stencil-workspace/src/icons/generated-icons/*.tsx
stencil-workspace/src/icons/ModusIconMap.tsx
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 2d9af10

Please sign in to comment.