Skip to content

Commit e90c676

Browse files
author
DominicGBauer
committed
fix: command
1 parent 70d4e79 commit e90c676

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"build:packages": "lerna run build",
99
"watch:packages": "yarn workspace @journeyapps/powersync-sdk-react-native watch",
1010
"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"
11+
"build:docs": "cd docs && yarn && yarn build",
12+
"start:docs": "cd docs && yarn && yarn build && yarn start"
1313
},
1414
"workspaces": {
1515
"packages": [

0 commit comments

Comments
 (0)