Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(monorepo): fix failing new app test on build #1148

Merged
merged 1 commit into from
Nov 27, 2020
Merged

Conversation

SanderElias
Copy link
Contributor

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Other... Please describe:

What is the current behavior?

Due to the TS update the location of Scully is changed a bit

Issue Number: N/A

What is the new behavior?

use the new localtion

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

@@ -23,6 +23,6 @@ jobs:
- run: npm run build --prefix libs/scully-schematics/
- run: npx nx g ./libs/scully-schematics/src/collection.json:ng-add --project=testapp --pluginTS=false
- run: npx nx build testapp
- run: node ./dist/libs/scully/scully.js --project=testapp
- run: node ./dist/libs/scully/src/scully.js --project=testapp
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mmmm lock good!

@SanderElias SanderElias merged commit 9ba3ba7 into main Nov 27, 2020
@SanderElias SanderElias deleted the sander/fixBuild branch November 27, 2020 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants