We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d4e79 commit e90c676Copy full SHA for e90c676
package.json
@@ -8,8 +8,8 @@
8
"build:packages": "lerna run build",
9
"watch:packages": "yarn workspace @journeyapps/powersync-sdk-react-native watch",
10
"release": "yarn build:packages && yarn changeset publish",
11
- "build:docs": "cd docs && yarn && yarn build && yarn start",
12
- "start:docs": "cd docs && yarn build && yarn start"
+ "build:docs": "cd docs && yarn && yarn build",
+ "start:docs": "cd docs && yarn && yarn build && yarn start"
13
},
14
"workspaces": {
15
"packages": [
0 commit comments