Merge pull request #558 from spotify/rugvip/app-no-example

packages/cli: fix app template referencing example-app
This commit is contained in:
Patrik Oldsberg
2020-04-15 19:51:08 +02:00
committed by GitHub
@@ -7,7 +7,7 @@
},
"scripts": {
"start": "yarn workspace app start",
"bundle": "yarn build && yarn workspace example-app bundle",
"bundle": "yarn build && yarn workspace app bundle",
"build": "lerna run build",
"test": "yarn build && lerna run test --since origin/master -- --coverage",
"test:all": "yarn build && lerna run test -- --coverage",