@comet/brevo-admin 2.0.0-canary-20240725104537 → 2.0.0-canary-20240806082635

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comet/brevo-admin",
3
- "version": "2.0.0-canary-20240725104537",
3
+ "version": "2.0.0-canary-20240806082635",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/vivid-planet/comet-brevo-module/",
@@ -98,8 +98,9 @@
98
98
  "clean": "rimraf lib",
99
99
  "generate-graphql-types": "graphql-codegen",
100
100
  "generate-graphql-types:watch": "$npm_execpath generate-graphql-types --watch",
101
- "lint": "run-p lint:eslint lint:tsc",
101
+ "lint": "run-p lint:prettier lint:eslint lint:tsc",
102
102
  "lint:eslint": "eslint --max-warnings 0 src/ package.json",
103
+ "lint:prettier": "npx prettier --check './**/*.{js,json,md,yml,yaml}'",
103
104
  "lint:tsc": "tsc --noEmit",
104
105
  "start": "run-p generate-graphql-types && run-p start:babel start:types",
105
106
  "start:babel": "npx babel ./src -x \".ts,.tsx\" -d lib -w",