Skip to content

Commit

Permalink
fix: add prebuild script
Browse files Browse the repository at this point in the history
  • Loading branch information
octokatherine committed Nov 5, 2021
1 parent 8722cc6 commit 078efab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"private": true,
"scripts": {
"dev": "yarn run link-react && next dev",
"prebuild": "yarn run link-react",
"build": "next build",
"start": "next start",
"lint": "next lint",
Expand All @@ -30,4 +31,4 @@
"tailwindcss": "^2.2.15",
"typescript": "4.4.3"
}
}
}

0 comments on commit 078efab

Please sign in to comment.