Skip to content

Commit 823706c

Browse files
committed
ci: fix paths in postbuild script
1 parent 4771be9 commit 823706c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

postbuild.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const fs = require('fs');
22

3-
fs.copyFileSync('./LICENSE', './dist/LICENSE');
4-
fs.copyFileSync('./package.json', './dist/package.json');
5-
fs.copyFileSync('./README.md', './dist/README.md');
3+
fs.copyFileSync('./LICENSE', './storybook-static/LICENSE');
4+
fs.copyFileSync('./package.json', './storybook-static/package.json');
5+
fs.copyFileSync('./README.md', './storybook-static/README.md');

0 commit comments

Comments
 (0)