Skip to content

Commit

Permalink
feat: Bundle option without any external scripts (#1413)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite authored Sep 23, 2024
1 parent e4223eb commit 8880713
Show file tree
Hide file tree
Showing 33 changed files with 485 additions and 163 deletions.
1 change: 1 addition & 0 deletions .github/workflows/library-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
node-version: '18'
cache: 'pnpm'
- run: pnpm install
- run: pnpm build
- run: pnpm test:unit

integration:
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"build-rollup": "rm -rf lib && tsc -b && rollup -c --bundleConfigAsCjs",
"build-react": "cd react; NODE_ENV=dev pnpm i; pnpm build;",
"lint": "eslint src && eslint cypress",
"lint:fix": "eslint src --fix && eslint cypress --fix",
"prettier": "prettier --write src/ functional_tests/",
"prepublishOnly": "pnpm lint && pnpm test && pnpm build && pnpm test:react",
"test": "pnpm test:unit && pnpm test:custom-eslint-rules && pnpm test:functional",
Expand Down Expand Up @@ -100,14 +101,15 @@
"prettier": "^2.7.1",
"rollup": "^4.9.6",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-ts": "^3.4.5",
"rollup-plugin-visualizer": "^5.12.0",
"rrweb": "2.0.0-alpha.13",
"rrweb-snapshot": "2.0.0-alpha.13",
"sinon": "9.0.2",
"testcafe": "1.19.0",
"testcafe-browser-provider-browserstack": "1.14.0",
"tslib": "^2.5.0",
"ts-node": "^10.9.2",
"tslib": "^2.5.0",
"typescript": "^5.5.4",
"yargs": "^17.7.2"
},
Expand Down
Loading

0 comments on commit 8880713

Please sign in to comment.