Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 60765dc

Browse files
feat: new scripts added for demo and minor file into gitignore
1 parent f75d6a3 commit 60765dc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

‎.gitignore‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ yarn-debug.log*
66
yarn-error.log*
77
pnpm-debug.log*
88
lerna-debug.log*
9+
todo.md
910

1011
node_modules
1112
dist

‎package.json‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,14 @@
3737
],
3838
"scripts": {
3939
"build": "bun run rollup",
40+
"watch": "bun run rollup --watch",
4041
"prepublishOnly": "bun run build",
4142
"rollup": "rollup -c --bundleConfigAsCjs",
4243
"lint": "eslint",
4344
"lint:fix": "eslint --fix",
4445
"demo:dev": "cd demo && npm run dev",
45-
"demo:build": "cd demo && npm run build"
46+
"demo:build": "cd demo && npm run build",
47+
"dev:watch": "concurrently \"npm run watch\" \"npm run demo:dev\""
4648
},
4749
"peerDependencies": {
4850
"react": ">=18.0.0"
@@ -63,6 +65,7 @@
6365
"@types/node": "^22.14.1",
6466
"@types/react": ">=18.0.0",
6567
"@types/react-window": "^1.8.8",
68+
"concurrently": "^8.2.2",
6669
"eslint": "^9.33.0",
6770
"eslint-plugin-format": "^1.0.1",
6871
"eslint-plugin-react-hooks": "^5.2.0",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /