Skip to content

Commit 0f39783

Browse files
committed
ci(scripts): Remove some unused scripts.
1 parent 87da980 commit 0f39783

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

example/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
"module": "./dist/index",
77
"types": "./src/index",
88
"scripts": {
9-
"dev": "next",
10-
"build": "tsc src/index.tsx",
11-
"start": "next start"
9+
"build": "tsc src/index.tsx"
1210
},
1311
"keywords": [
1412
"react",

0 commit comments

Comments
 (0)