Skip to content

Commit a23496a

Browse files
authored
Merge pull request #21 from r-cabanas/fix/tests-and-example
fix: correct unit tests and example project build
2 parents ad77a35 + 70e8fa6 commit a23496a

File tree

7 files changed

+41312
-9
lines changed

7 files changed

+41312
-9
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Run Tests
2727
run: |
28-
npm install
28+
npm ci
2929
npm run test
3030
3131
- name: Publish Package to npmjs

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
# dependencies
55
node_modules
6-
package-lock.json
76

87
# builds
98
build
@@ -14,6 +13,7 @@ dist
1413
.DS_Store
1514
.idea
1615
.env
16+
!example/.env
1717
.env.local
1818
.env.development.local
1919
.env.test.local

example/.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DISABLE_ESLINT_PLUGIN=true

0 commit comments

Comments
 (0)