We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f09d46f commit abdfd5dCopy full SHA for abdfd5d
.github/workflows/build.yml
@@ -49,5 +49,5 @@ jobs:
49
working-directory: ./client
50
- run: yarn build
51
52
-# - run: CI=true yarn test
53
-# working-directory: ./client
+ - run: yarn test
+ working-directory: ./client
client/build.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-rm -Rf public/bundle*
+rm -Rf dist/*
3
rm -Rf target/*
4
source $NVM_DIR/nvm.sh
5
nvm use
0 commit comments