Skip to content

Commit

Permalink
Merge pull request #18 from GaoNeng-wWw/feat/do-not-push-index.ts
Browse files Browse the repository at this point in the history
feat: do not push index.ts
  • Loading branch information
SnowballXueQiu authored Oct 2, 2024
2 parents cd73cd3 + 16aa2eb commit 0f77015
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
dist
.rslib
.rslib
packages/component/index.ts
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
},
"scripts": {
"prebuild": "esno internal/create-core-entry.ts && pnpm --filter @qwqui/* clean:dist",
"predev": "esno internal/create-core-entry.ts && pnpm --filter @qwqui/* clean:dist",
"test:type": "tsc --noEmit",
"test": "jest",
"build": "pnpm --filter !@qwqui/core build && pnpm --filter @qwqui/core build",
Expand Down
5 changes: 0 additions & 5 deletions packages/components/index.ts

This file was deleted.

0 comments on commit 0f77015

Please sign in to comment.