Skip to content

Commit

Permalink
chore: add codesandbox ci (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
artmsilva authored Apr 14, 2022
1 parent 367c357 commit ed542b1
Show file tree
Hide file tree
Showing 7 changed files with 1,132 additions and 216 deletions.
4 changes: 4 additions & 0 deletions .codesandbox/ci.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"sandboxes": ["new", "/app", "next.js"],
"node": "14"
}
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ localdev-storybook-in-nextjs:

build:
npm run turbo:build
bash scripts/vercel-build.sh

building-storybook:
npx build-storybook --output-dir ./app/public/storybook --preview-url /storybook/iframe.html --force-build-preview --quiet

all-dev:
Expand Down
4 changes: 3 additions & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "app",
"version": "0.6.3",
"private": true,
"publishConfig": {
"access": "restricted"
},
"description": "",
"main": "index.js",
"scripts": {
Expand Down
Loading

1 comment on commit ed542b1

@vercel
Copy link

@vercel vercel bot commented on ed542b1 Apr 14, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

wpds-ui-kit – ./

wpds-ui-kit-git-main.preview.now.washingtonpost.com
wpds-ui-kit.preview.now.washingtonpost.com

Please sign in to comment.