Skip to content

Commit

Permalink
chore: update package.json and remove husky
Browse files Browse the repository at this point in the history
Signed-off-by: Kristina Devochko <[email protected]>
  • Loading branch information
guidemetothemoon committed Nov 11, 2023
1 parent 1fbe50f commit d351ce9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit

This file was deleted.

10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,22 @@
"build:production": "npm run cd:site build:production",
"build": "npm run cd:site build",
"cd:site": "npm run _cd:site -- npm run",
"check:links:internal": "npm run cd:site check:links:internal",
"check:links": "npm run cd:site check:links",
"check:markdown": "npx markdownlint '*.md' '*/*.md' website/content",
"fix:markdown": "npm run check:markdown -- --fix",
"get:submodule": "set -x && git submodule update --init ${DEPTH:- --depth 1}",
"prepare": "npm run site-install && husky install",
"precheck:markdown": "npm list markdownlint-cli || npm install markdownlint-cli",
"prepare": "npm run site-install",
"serve:dev": "npm run cd:site serve:dev",
"serve": "npm run cd:site serve",
"site-install": "npm run _cd:site -- npm install",
"test": "npm run cd:site test"
},
"devDependencies": {
"cspell": "^8.0.0",
"htmltest-bin": "github:chalin/htmltest-bin#semver:0.17.0",
"husky": "^8.0.3",
"markdownlint-cli": "^0.37.0",
"prettier": "^3.0.1"
},
"enginesComment": "Ensure that engines.node value stays consistent with the project's .nvmrc",
Expand Down
3 changes: 1 addition & 2 deletions website/content/events/2023-Kubecon-na.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ description: TAG Environmental Sustainability presence at Cloud Native Computing
The Cloud Native Computing Foundation’s flagship conference gathers adopters and technologists from leading open source and cloud native communities for the second time in 2023. This time KubeCon+CloudNativeCon event takes place in the windy city of Chicago, USA from 6-9 November, 2023. Both us from the TAG will be delivering a few sessions on-site, and there will be multiple sustainability-related sessions from other community members that we would like to highlight here!

We are looking forward to hearing your perspectives and welcome everyone who wants to contribute to our efforts in the cloud native sustainability space.
Let’s reduce the environmental sustainability footprint of the cloud, data centers and CNCF projects together.
Let’s reduce the environmental sustainability footprint of the cloud, data centers and CNCF projects together.

## Overview of TAG Environmental Sustainability and Related Talks

* [Keynote: Environmental Sustainability in the Cloud Is Not a Mythical Creature - Frederick Kautz, TestifySec; Rimma Iontel, Red Hat; Tammy McClellan, Microsoft; Marlow Weston, Intel; Niki Manoledaki, Grafana Labs](https://kccncna2023.sched.com/event/1R4Tl/keynote-environmental-sustainability-in-the-c[…]anoledaki-grafana-labs)

* [CNCF Environmental Sustainability TAG Updates and Information - Marlow Weston, Intel & Niki Manoledaki, Grafana Labs](https://kccncna2023.sched.com/event/1R2mQ/cncf-environmental-sustainability-tag-updates[…]anoledaki-grafana-labs)
Expand Down

0 comments on commit d351ce9

Please sign in to comment.