Skip to content

Commit

Permalink
Add fixtures (#2254)
Browse files Browse the repository at this point in the history
## Description

See readme. Project created to be able to test/develop cli app.
Whats changed in cli
- [x] - preview flag added (to use preview env to sownload assets)
- [x] - package.json is now merged (deepmerge) when added to the repo

- Next PR
- [ ] - Flag like `"customConditions": ["source"],` could not work

## Steps for reproduction

1. click button
2. expect xyz

## Code Review

- [ ] hi @kof, I need you to do
  - conceptual review (architecture, feature-correctness)
  - detailed review (read every line)
  - test it on preview

## Before requesting a review

- [ ] made a self-review
- [ ] added inline comments where things may be not obvious (the "why",
not "what")

## Before merging

- [ ] tested locally and on preview environment (preview dev login:
5de6)
- [ ] updated [test
cases](https://github.com/webstudio-is/webstudio/blob/main/apps/builder/docs/test-cases.md)
document
- [ ] added tests
- [ ] if any new env variables are added, added them to `.env.example`
and the `builder/env-check.js` if mandatory
  • Loading branch information
istarkov authored Sep 6, 2023
1 parent dbbbf84 commit 08b0bfa
Show file tree
Hide file tree
Showing 31 changed files with 2,369 additions and 86 deletions.
3 changes: 3 additions & 0 deletions fixtures/webstudio-remix-vercel/.webstudio/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"projectId": "cddc1d44-af37-4cb6-a430-d300cf6f932d"
}
Loading

0 comments on commit 08b0bfa

Please sign in to comment.