a0e69167ae
It breaks our tests with the latest npm release
6 lines
58 B
Bash
Executable file
6 lines
58 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
cd client
|
|
rm -rf compiled/ dist/ dll/
|