Skip to content

Commit

Permalink
update command doc; bump version for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
nshuba committed Jan 6, 2025
1 parent ebb0bcc commit d6b0b0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ To validate:
```
$ cd ${RepoSpecificPixelFolder}
$ npm i
$ npx validate-defs .
$ npx validate-ddg-pixel-defs .
```

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}`

Validation will also run as part of CI.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@duckduckgo/pixel-schema",
"version": "1.0.3",
"version": "1.0.4",
"files": [
"bin",
"schemas",
Expand Down

0 comments on commit d6b0b0e

Please sign in to comment.