Skip to content

Commit

Permalink
chore: add error message if user runs tsc on top level (#944)
Browse files Browse the repository at this point in the history
  • Loading branch information
bweissbart authored Dec 2, 2019
1 parent ec16cc4 commit 64b15df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"ship:compile-android": "lerna run --stream --scope @brandingbrand/pirateship compile-android",
"ship:compile-web": "lerna run --stream --scope @brandingbrand/pirateship compile-web",
"build:docs": "typedoc --tsconfig ./tsconfig/tsconfig.docs.json",
"docs": "run-s build:docs build:storybook"
"docs": "run-s build:docs build:storybook",
"tsc": "echo 'Cannot run tsc from top level of monorepo; run \"yarn prepare\" instead' && exit 1"
},
"devDependencies": {
"@babel/core": "^7.4.5",
Expand Down

0 comments on commit 64b15df

Please sign in to comment.