-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 867 Bytes
/
Copy pathpackage.json
File metadata and controls
21 lines (21 loc) · 867 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"scripts": {
"build:purge-css": "node bin/purge_css.cjs",
"lint:prettier": "prettier . --check",
"lint:style-contract": "node test/style_contract.js",
"test:redirects": "ruby -Itest test/test_generate_legacy_redirects.rb",
"test:catalog-policy": "bundle exec ruby -Itest test/test_repository_catalog_support.rb",
"test:covers": "python bin/validate_repository_covers.py",
"test:translations": "ruby bin/validate_translations.rb",
"test:visual": "playwright test --config test/visual/playwright.config.js",
"test:visual:update": "playwright test --config test/visual/playwright.config.js --update-snapshots"
},
"devDependencies": {
"@playwright/test": "^1.56.1",
"@shopify/prettier-plugin-liquid": "^1.10.0",
"pixelmatch": "^7.1.0",
"pngjs": "^7.0.0",
"prettier": "^3.8.0",
"purgecss": "8.0.0"
}
}