Skip to content

Commit e72f635

Browse files
Add built Custom Elements into the npm package
1 parent 8a5fc71 commit e72f635

File tree

16 files changed

+3706
-44
lines changed

16 files changed

+3706
-44
lines changed

.eslintignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ package
1212
pnpm-lock.yaml
1313
package-lock.json
1414
yarn.lock
15+
16+
# Vanilla build files
17+
vanilla.js

.github/workflows/code-quality.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
- uses: actions/setup-node@v3
1111
with:
1212
node-version: 21
13+
cache: 'npm'
1314

1415
- name: Install dependendencies
1516
run: npm i

.github/workflows/deploy-demo.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- uses: actions/setup-node@v3
1414
with:
1515
node-version: 21
16+
cache: 'npm'
1617

1718
- name: Install dependendencies
1819
run: npm i

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- uses: actions/setup-node@v3
1717
with:
1818
node-version: 21
19+
cache: 'npm'
1920

2021
- name: Install dependendencies
2122
run: npm i
@@ -47,6 +48,7 @@ jobs:
4748
- uses: actions/setup-node@v3
4849
with:
4950
node-version: 21
51+
cache: 'npm'
5052

5153
- name: Install dependendencies
5254
run: npm i

.prettierignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ dist
1212
pnpm-lock.yaml
1313
package-lock.json
1414
yarn.lock
15+
16+
# Vanilla build files
17+
vanilla.js

0 commit comments

Comments
 (0)