mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-28 00:52:29 +03:00
Remove node_modules during script/cibuild so they recompile during bootstrap
This commit is contained in:
parent
857629e07e
commit
6d70bf9106
@ -7,4 +7,5 @@ cd "$(dirname "$0")/.."
|
||||
rm -rf ~/.atom
|
||||
git clean -dff
|
||||
|
||||
rm -fr node_modules
|
||||
./script/test
|
||||
|
Loading…
Reference in New Issue
Block a user