fix(scaffolder): remove invalid flag to pass build

This commit is contained in:
Marvin9
2020-10-01 00:12:22 +05:30
parent ea43a87c37
commit ed4b37d44c
@@ -35,7 +35,7 @@ jobs:
working-directory: .
run: |
yarn install
yarn build --if-present
yarn build
yarn test
env:
CI: true