Skip to content

Commit c1990d9

Browse files
committed
fix(tools): fix path for copying web files
1 parent 3d25860 commit c1990d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/util/copy-files.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import { copySync } from 'fs-extra';
22

3-
copySync('dist/apps/web', 'dist/libs/nodeplotlib/src/lib/web/server');
3+
copySync('dist/apps/web', 'dist/libs/nodeplotlib/src/lib/server/web');

0 commit comments

Comments
 (0)