Skip to content

Commit 031f7c2

Browse files
Remove empty properties object (#4)
* Tweak order to lint the build * Drop empty properties object
1 parent 734eaec commit 031f7c2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Examples of how to use the equivalent of the documented REST endpoint in the JS
3232
To deploy a new release to npm:
3333

3434
- `rm -rf dist` if it exists
35-
- `pnpm lint` to ensure the spec is valid
3635
- `pnpm build` to build a new `dist` folder
36+
- `pnpm lint` to ensure the built spec is valid
3737
- `pnpm version <patch | minor>`
3838
- `git push && git push --tags`
3939
- `pnpm publish`

openapi/components/schemas/items.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
type: object
2-
properties:
32
x-collection: directus_items

0 commit comments

Comments
 (0)