Skip to content

Commit dd5904a

Browse files
committed
Use rollup to create bundler and node compatible npm package
1 parent 8db733d commit dd5904a

File tree

7 files changed

+768
-9
lines changed

7 files changed

+768
-9
lines changed

.eslintignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
2-
lib
2+
lib
3+
test-build.js

.github/workflows/release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
node-version: "16.x"
1313
registry-url: "https://registry.npmjs.org"
1414
- run: npm ci
15-
- run: npm test
1615
- run: npm publish
1716
env:
1817
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)