Skip to content

Commit

Permalink
make commands
Browse files Browse the repository at this point in the history
Signed-off-by: leecalcote <[email protected]>
  • Loading branch information
leecalcote committed May 10, 2022
1 parent 6b26c6d commit 66cf15e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ setup-libs:
npm install

site:
npm start

site-fast:
gatsby develop

build:
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"preload-fonts": "gatsby-preload-fonts",
"deploy": "gatsby build && gh-pages -d public -b master",
"noIndex": "gatsby build && echo 'User-agent: *\nDisallow: /' > public/robots.txt",
"prepare": "husky install",
"watch-ui": "NODE_ENV=development npx webpack --config webpack.watch-config.js --mode development --progress --watch --env"
"prepare": "husky install"
},
"dependencies": {
"@fullcalendar/daygrid": "^5.10.1",
Expand Down

0 comments on commit 66cf15e

Please sign in to comment.