We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 734eaec commit 031f7c2Copy full SHA for 031f7c2
README.md
@@ -32,8 +32,8 @@ Examples of how to use the equivalent of the documented REST endpoint in the JS
32
To deploy a new release to npm:
33
34
- `rm -rf dist` if it exists
35
-- `pnpm lint` to ensure the spec is valid
36
- `pnpm build` to build a new `dist` folder
+- `pnpm lint` to ensure the built spec is valid
37
- `pnpm version <patch | minor>`
38
- `git push && git push --tags`
39
- `pnpm publish`
openapi/components/schemas/items.yaml
@@ -1,3 +1,2 @@
1
type: object
2
-properties:
3
x-collection: directus_items
0 commit comments