Script iteration
parent
5c6145a214
commit
e4b942300a
|
@ -1,5 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
npm run clean-build
|
||||
rm -rf website
|
||||
mkdir -p website/fs
|
||||
cp -r packages/web/dist/* website/
|
||||
|
|
Loading…
Reference in New Issue