Skip to content

Commit ccd67e5

Browse files
committed
wasm: Fix doc about parseLiquid.js
1 parent 5ebbc49 commit ccd67e5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

packages/wasm/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,5 @@ From packages/wasm dir:
5757
pnpm test # Run all tests
5858
pnpm ava test/test-liquid-html.js # Run a specific test file
5959
make bench # Run perf benchmarks
60+
node scripts/parseLiquid.js '/Users/pdubroy/dev/third_party/Shopify/dawn/**/*.liquid'
6061
```

packages/wasm/scripts/parseLiquid.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
https://github.com/Shopify/theme-tools/tree/main/packages/prettier-plugin-liquid
66
*/
77
// Sample usage:
8-
// node scripts/themeParse.js '/Users/pdubroy/dev/third_party/Shopify/dawn/**/*.liquid'
8+
// node scripts/parseLiquid.js '/Users/pdubroy/dev/third_party/Shopify/dawn/**/*.liquid'
99

1010
/* eslint-disable no-console */
1111
import fg from 'fast-glob';

0 commit comments

Comments
 (0)