Skip to content

Commit 0d227ef

Browse files
Merge pull request #6175 from ShivamCoder23/feature/flow
fix workflow for feature list
2 parents a6d1537 + 139a219 commit 0d227ef

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/feature-list.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
ls -al
3737
3838
# Process the CSV, filter data, and append to feature_data.json
39-
node .github/build/features-to-json.js
39+
node .github/build/features-to-json.mjs
4040
4141
- name: Commit changes
4242
id: commit-changes

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ lint:
4444
## Prepare a list of features for the pricing page.
4545
features:
4646
curl -L https://docs.google.com/spreadsheets/d/e/2PACX-1vQwzrUSKfuSRcpkp7sJTw1cSB63s4HCjYLJeGPWECsvqn222hjaaONQlN4X8auKvlaB0es3BqV5rQyz/pub\?gid\=1153419764\&single\=true\&output\=csv -o .github/build/spreadsheet.csv
47-
node .github/build/features-to-json.js .github/build/spreadsheet.csv src/sections/Pricing/feature_data.json
47+
node .github/build/features-to-json.mjs .github/build/spreadsheet.csv src/sections/Pricing/feature_data.json
4848
rm .github/build/spreadsheet.csv
4949

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

0 commit comments

Comments
 (0)