Skip to content

Commit

Permalink
Add built Custom Elements into the npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeriyMaslenikov committed Feb 21, 2024
1 parent 8a5fc71 commit 97a8274
Show file tree
Hide file tree
Showing 16 changed files with 3,709 additions and 45 deletions.
3 changes: 3 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ package
pnpm-lock.yaml
package-lock.json
yarn.lock

# Vanilla build files
vanilla.js
1 change: 1 addition & 0 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 21
cache: 'npm'

- name: Install dependendencies
run: npm i
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 21
cache: 'npm'

- name: Install dependendencies
run: npm i
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 21
cache: 'npm'

- name: Install dependendencies
run: npm i
Expand Down Expand Up @@ -47,6 +48,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 21
cache: 'npm'

- name: Install dependendencies
run: npm i
Expand Down
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ dist
pnpm-lock.yaml
package-lock.json
yarn.lock

# Vanilla build files
vanilla.js
Loading

0 comments on commit 97a8274

Please sign in to comment.