Skip to content

Commit

Permalink
add fastly command to npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tkc310 committed Oct 10, 2022
1 parent 3422964 commit 2183075
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"fastly-serve": "next build && cd compute-js && fastly compute serve",
"fastly-publish": "next build && cd compute-js && fastly compute publish"
},
"dependencies": {
"next": "12.3.1",
Expand Down

0 comments on commit 2183075

Please sign in to comment.