Skip to content

Commit

Permalink
Merge pull request #19 from shoonia/remove-rollup
Browse files Browse the repository at this point in the history
Remove build step
  • Loading branch information
shoonia authored Feb 22, 2024
2 parents 348d663 + 3655100 commit 699287f
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 440 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@ jobs:

- run: npm ci
- run: npm run lint
- run: npm run build
- run: npm test
- run: npm run size
7 changes: 1 addition & 6 deletions .size-limit.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
[
{
"path": "lib/index.cjs",
"import": "{ createStoreon }",
"limit": "597 B"
},
{
"path": "lib/index.js",
"path": "./src/index.js",
"import": "{ createStoreon }",
"limit": "328 B"
}
Expand Down
1 change: 0 additions & 1 deletion dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
npm run lint
npm run build
npm run test
npm run size
85 changes: 0 additions & 85 deletions lib/index.cjs

This file was deleted.

83 changes: 0 additions & 83 deletions lib/index.js

This file was deleted.

Loading

0 comments on commit 699287f

Please sign in to comment.