Skip to content

Commit 6961874

Browse files
committed
chore: remove lib from git repo
1 parent 891c77b commit 6961874

File tree

107 files changed

+15
-4418
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+15
-4418
lines changed

.github/workflows/commit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- name: Install
3333
run: npm ci
3434

35+
- name: Build
36+
run: npm build
37+
3538
- name: Lint
3639
run: npm run lint
3740

.github/workflows/publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ jobs:
2121
cache-dependency-path: 'package-lock.json'
2222
registry-url: 'https://registry.npmjs.org'
2323

24+
- name: Install
25+
run: npm ci
26+
27+
- name: Build
28+
run: npm build
29+
2430
- name: Publish package on npm
2531
run: npm publish
2632
env:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
2+
lib
23
coverage
34
.nyc_output

.npmignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
eslint.config.mjs
2+
tsconfig.json
3+
.github
4+
test

lib/index.d.ts

Lines changed: 0 additions & 197 deletions
This file was deleted.

0 commit comments

Comments
 (0)