need to push to test in ci

This commit is contained in:
2020-03-06 13:32:58 -08:00
parent 79a4c9d27b
commit e62f93d5e6
5 changed files with 167 additions and 65 deletions

View File

@@ -1,3 +1,9 @@
build:
build: node_modules
yarn build
node_modules:
yarn install
clean:
rm -rf build node_modules