Skip to content

Commit

Permalink
Merge pull request #6115 from layer5io/leecalcote/pricingpage
Browse files Browse the repository at this point in the history
leecalcote/pricingpage
  • Loading branch information
leecalcote authored Dec 8, 2024
2 parents 1672606 + 919c6ab commit 1706164
Show file tree
Hide file tree
Showing 3 changed files with 177 additions and 137 deletions.
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,10 @@ clean:
lint:
npm run lint

.PHONY: setup build site clean site-fast lint
## Prepare a list of features for the pricing page.
features:
#`which nvm` use 18
curl -L https://docs.google.com/spreadsheets/d/e/2PACX-1vQwzrUSKfuSRcpkp7sJTw1cSB63s4HCjYLJeGPWECsvqn222hjaaONQlN4X8auKvlaB0es3BqV5rQyz/pub\?gid\=1153419764\&single\=true\&output\=csv -o .github/build/spreadsheet.csv
node .github/build/features-to-json.js .github/build/spreadsheet.csv src/sections/Pricing/feature_data.json

.PHONY: setup build site clean site-fast lint features
Loading

0 comments on commit 1706164

Please sign in to comment.