-
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.
chore: only build views if we have at least one
- Loading branch information
Showing
3 changed files
with
82 additions
and
48 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"stack54": patch | ||
--- | ||
|
||
Fixes views build failure caused by when no view found in project directory |
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,25 @@ | ||
{ | ||
"name": "stack54-monorepo", | ||
"version": "1.0.0", | ||
"description": "", | ||
"author": "Joshua Amaju", | ||
"license": "ISC", | ||
"private": true, | ||
"keywords": [], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/joshamaju/stack54.git" | ||
}, | ||
"scripts": { | ||
"test": "pnpm test -r", | ||
"changeset": "changeset", | ||
"version": "changeset version", | ||
"release": "changeset publish", | ||
"build": "tsc -b tsconfig.build.json" | ||
}, | ||
"devDependencies": { | ||
"@changesets/cli": "^2.27.1", | ||
"playwright": "^1.41.1", | ||
"typescript": "^5.3.3" | ||
} | ||
} |
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