Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
fix indent
  • Loading branch information
jwillinghalpern authored Oct 18, 2024
1 parent 7172b54 commit 868167e
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 @@ -10,7 +10,7 @@
"deploy-to-fm": "npm run build && npm run upload",
"build": "parcel build index.html",
"upload": "node ./scripts/upload",
"generate-script-steps": "node ./scripts/generate-script-steps",
"generate-script-steps": "node ./scripts/generate-script-steps",
"clear-cache": "rm -rf .parcel-cache dist",
"reset-dev": "npm run clear-cache && npm run start",
"start-fm-dev": "node ./scripts/start-fm-dev",
Expand Down

0 comments on commit 868167e

Please sign in to comment.