Skip to content

Commit

Permalink
adding missing script
Browse files Browse the repository at this point in the history
  • Loading branch information
raffazizzi committed Oct 25, 2024
1 parent 4f9178a commit 7a995f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"develop": "node --env-file=.env node_modules/.bin/gatsby develop",
"start": "node --env-file=.env node_modules/.bin/gatsby develop",
"build": "node --env-file=.env node_modules/.bin/gatsby build",
"build-pages": "BASEPATH=/scd gatsby build --prefix-paths",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
Expand Down

0 comments on commit 7a995f9

Please sign in to comment.