mirror of
https://github.com/snowball-tools/snowballtools-base.git
synced 2024-11-17 20:39:19 +00:00
10 lines
168 B
Bash
Executable File
10 lines
168 B
Bash
Executable File
#!/bin/bash
|
|
|
|
(cd /Users/rabbit-m2/p/snowball/js-sdk && NO_CLEAN=1 turbo build)
|
|
|
|
(cd ../.. && ./scripts/yarn-file-for-local-dev.sh)
|
|
|
|
rm -rf node_modules/.vite
|
|
|
|
yarn dev
|