Skip to content

Commit

Permalink
update
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 f832f64 commit 6f97677
Show file tree
Hide file tree
Showing 4 changed files with 227 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ setup-libs:
npm install

site:
npm start
gatsby develop

build:
gatsby build && gatsby serve
Expand Down
222 changes: 221 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"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"
"prepare": "husky install",
"watch-ui": "NODE_ENV=development npx webpack --config webpack.watch-config.js --mode development --progress --watch --env"
},
"dependencies": {
"@fullcalendar/daygrid": "^5.10.1",
Expand Down Expand Up @@ -99,7 +100,8 @@
"gh-pages": "^3.2.3",
"husky": "^7.0.4",
"lint-staged": "^12.3.3",
"rimraf": "^3.0.2"
"rimraf": "^3.0.2",
"webpack-cli": "^4.9.2"
},
"husky": {
"hooks": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ author: Lee Calcote
thumbnail: ./smi-logo.png
category: Announcements
tags:
- SMI
- SMI
- "Service Mesh Interface"
- News
type: Blog
Expand Down

0 comments on commit 6f97677

Please sign in to comment.