Skip to content

Commit 88ded8a

Browse files
authored
fix: fix npm files (#458)
* fix: fix npm files * chore: unused script
1 parent aca75b4 commit 88ded8a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"main": "lib/index",
2424
"module": "es/index",
2525
"files": [
26-
"dist",
2726
"lib",
2827
"es",
2928
"assets/*.css",
@@ -34,7 +33,6 @@
3433
"docs:build": "dumi build",
3534
"docs:deploy": "gh-pages -d dist",
3635
"lint": "eslint src/ --ext .tsx,.ts,.jsx,.js",
37-
"now-build": "npm run build",
3836
"prepublishOnly": "npm run compile && np --no-cleanup --yolo --no-publish",
3937
"postpublish": "npm run docs:build && npm run docs:deploy",
4038
"start": "dumi dev",

0 commit comments

Comments
 (0)