Skip to content

Commit

Permalink
chore: Fix web build (#2123)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty authored Mar 12, 2023
1 parent b0080a5 commit d427c86
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
15 changes: 12 additions & 3 deletions web/playground/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions web/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"monaco-editor": "^0.36.0",
"prql-js": "file:../../prql-js",
"prql-js": "file:../../bindings/prql-js",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-syntax-highlighter": "^15.5.0",
Expand All @@ -41,7 +41,7 @@
"scripts": {
"build": "react-scripts build",
"eject": "react-scripts eject",
"preinstall": "cp -r ../../prql-compiler/tests/integration/data public && cd ../../prql-js && npm run build:bundler",
"preinstall": "cp -r ../../prql-compiler/tests/integration/data public && cd ../../bindings/prql-js && npm run build:bundler",
"start": "react-scripts start",
"test": "react-scripts test"
},
Expand Down

0 comments on commit d427c86

Please sign in to comment.