Skip to content
This repository was archived by the owner on Jan 9, 2022. It is now read-only.

Commit ab900da

Browse files
committed
fix: fix dev script
1 parent c75fd05 commit ab900da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/dev.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const srcWatcher = chokidar.watch('./src', { persistent: true })
99

1010
distWatcher
1111
.on('change', () => {
12-
shell.exec('cp ./types/* ./dist')
12+
shell.exec('cp ./@types/* ./dist')
1313
})
1414

1515
srcWatcher

0 commit comments

Comments
 (0)