Skip to content

Commit

Permalink
chore(Playroom): upgrade version (#1016)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoskolodny authored Feb 19, 2024
1 parent fc7849f commit 90cfc63
Show file tree
Hide file tree
Showing 22 changed files with 164 additions and 84 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
37 changes: 37 additions & 0 deletions img/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"storybook-for-acceptance-tests": "cross-env NODE_ENV=production yarn storybook --ci 2>&1",
"playroom": "playroom start",
"gen-ts-defs": "rimraf dist-ts && tsc --project tsconfig.production.json --emitDeclarationOnly && cp -r dist-ts/src/* dist && rimraf dist-ts",
"vercel-build": "VERCEL_PROD_BUILD=1 yarn storybook-static && ./node_modules/.bin/playroom build && FORCE_MOBILE=1 ./node_modules/.bin/playroom build && FORCE_DESKTOP=1 ./node_modules/.bin/playroom build && cp img/favicon.ico public/",
"vercel-preview-build": "yarn storybook-static && ./node_modules/.bin/playroom build && cp img/favicon.ico public/",
"vercel-build": "VERCEL_PROD_BUILD=1 yarn storybook-static && ./node_modules/.bin/playroom build && FORCE_MOBILE=1 ./node_modules/.bin/playroom build && FORCE_DESKTOP=1 ./node_modules/.bin/playroom build && cp img/favicon.ico public/ && cp img/favicon.svg public/",
"vercel-preview-build": "yarn storybook-static && ./node_modules/.bin/playroom build && cp img/favicon.ico public/ && cp img/favicon.svg public/",
"storybook-static": "rimraf public && storybook build -s ./.storybook/css/fonts -o public --quiet",
"serve-static-storybook": "node ./scripts/serve-static-storybook.js",
"detect-circular-dependencies": "npx dpdm --circular src/index.tsx",
Expand Down Expand Up @@ -123,7 +123,7 @@
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^1.6.2",
"node-fetch": "^2.6.7",
"playroom": "^0.31.0",
"playroom": "^0.34.2",
"postcss": "^8.4.18",
"postcss-loader": "^4.2.0",
"prettier": "^2.6.1",
Expand Down
2 changes: 1 addition & 1 deletion playroom.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const config = {
type: 'asset/resource',
},
{
test: /\.vanilla\.css$/i,
test: /\.vanilla\.css/i,
// Don't process vanilla files from Playroom as they are handled separately.
exclude: /node_modules\/playroom/,
use: [
Expand Down
Loading

1 comment on commit 90cfc63

@github-actions
Copy link

Choose a reason for hiding this comment

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

Deploy preview for mistica-web ready!

✅ Preview
https://mistica-pg15ct1g5-tuentisre.vercel.app

Built with commit 90cfc63.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.