Skip to content

Commit 75186a4

Browse files
committed
Revert "fix: script for post version on tsc types"
This reverts commit e48a4cc.
1 parent 5230298 commit 75186a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
"rollup": "rollup --config",
2626
"uglify": "uglifyjs dist/index.js --compress -o dist/index.min.js",
2727
"dist": "npm run rollup && npm run uglify",
28-
"postversion": "cp package.json .. && cp package-lock.json ..",
29-
"swc:postversion": "cp package.json ../.. && cp package-lock.json ../.."
28+
"postversion": "cp package.json ../.. && cp package-lock.json ../.."
3029
},
3130
"keywords": [],
3231
"license": "MIT",

0 commit comments

Comments
 (0)