Skip to content

Commit 555c14b

Browse files
committed
build(plugin-theme-data): add copy script
1 parent 036f02c commit 555c14b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/@vuepress/plugin-theme-data/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
],
2626
"scripts": {
2727
"build": "tsc -b tsconfig.build.json",
28-
"clean": "rimraf lib *.tsbuildinfo"
28+
"clean": "rimraf lib *.tsbuildinfo",
29+
"copy": "cpx \"src/**/*.d.ts\" lib"
2930
},
3031
"dependencies": {
3132
"@vuepress/client": "2.0.0-alpha.24",

0 commit comments

Comments
 (0)