forked from vmware-clarity/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
As part of our reorg, we can use yarn to better handle monorepo dependencies. Yarn has workspaces, that will download and manage the dependencies of each package and hoist up duplicates so we can have faster installs and install in one command. Signed-off-by: Jeremy Wilken <[email protected]>
- Loading branch information
1 parent
ecf01ee
commit ddc443f
Showing
47 changed files
with
30,023 additions
and
152,040 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: Dev | ||
|
||
on: [push, pull_request] | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/setup-node@v1 | ||
with: | ||
node-version: '12.x' | ||
- run: yarn | ||
- run: yarn build:libs && yarn angular:dev:build | ||
- run: yarn angular:dev:deploy | ||
|
||
env: | ||
CI: true | ||
NETLIFY_SITE_ID: 03fce0dd-9568-4ab2-a3ea-211d856989db |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
save-exact=true | ||
engine-strict=true |
Oops, something went wrong.