Skip to content

Commit

Permalink
Fix typo in asset sync script.
Browse files Browse the repository at this point in the history
  • Loading branch information
kitschpatrol committed Jan 15, 2024
1 parent 817ffe6 commit dcc86df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"lint": "shared-config --lint",
"preview": "vite preview",
"release": "pnpm build && pnpm bumpp --commit 'Release: %s' && pnpm publish --otp $(op read 'op://Personal/Npmjs/one-time password?attribute=otp')",
"tldraw-copy-assets": "sync -av --include='/*/' --exclude='/*' ./node_modules/@tldraw/assets/ ./src/tldraw/public/"
"tldraw-copy-assets": "rsync -av --include='/*/' --exclude='/*' ./node_modules/@tldraw/assets/ ./src/tldraw/public/"
},
"dependencies": {
"express": "^4.18.2",
Expand Down

0 comments on commit dcc86df

Please sign in to comment.