Skip to content

Commit

Permalink
codesandbox ci tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Prokop committed Feb 14, 2023
1 parent bdeeafb commit 504fe15
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .codesandbox/ci.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"buildCommand": "build:force",
"packages": [
"packages/react-invariant",
"packages/react-components",
"packages/react-fiber",
"packages/react-modular",
"packages/react",
"packages/animated"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"private": true,
"dependencies": {
"@pixi/react": "*",
"@pixi/react-animated": "*",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"pixi.js": "^7.1.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/sandbox/src/App.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { BlurFilter } from 'pixi.js';
import { Stage, Container, Sprite, Text } from '@pixi/react';
import { useMemo } from 'react';
import { Stage, Container, Sprite, Text } from '@pixi/react';

export const MyComponent = () =>
{
Expand Down

0 comments on commit 504fe15

Please sign in to comment.