Skip to content

Commit

Permalink
fix(package.json): use correct package name
Browse files Browse the repository at this point in the history
  • Loading branch information
christianmat committed Jan 22, 2024
1 parent 4d1f80b commit 9647916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/www/package.json
@@ -1,10 +1,10 @@
{
"name": "remote-storage-website",
"name": "www",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "pnpm -F 'cmdk-website^...' build && next build",
"build": "pnpm -F 'remote-storage^...' build && next build",
"start": "next start",
"lint": "eslint --ext .tsx"
},
Expand Down

0 comments on commit 9647916

Please sign in to comment.