We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ebb0bcc + d6b0b0e commit fe00f16Copy full SHA for fe00f16
README.md
@@ -74,10 +74,10 @@ To validate:
74
```
75
$ cd ${RepoSpecificPixelFolder}
76
$ npm i
77
-$ npx validate-defs .
+$ npx validate-ddg-pixel-defs .
78
79
80
-To validate a single file, you can use `npx validate-defs . -f ${path to file relative to pixels/ directory}`
+To validate a single file, you can use `npx validate-ddg-pixel-defs . -f ${path to file relative to pixels/ directory}`
81
82
Validation will also run as part of CI.
83
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@duckduckgo/pixel-schema",
3
- "version": "1.0.3",
+ "version": "1.0.4",
4
"files": [
5
"bin",
6
"schemas",
0 commit comments