|
|
@@ -14,7 +14,7 @@
|
|
|
"format": "prettier --write --html-whitespace-sensitivity ignore",
|
|
|
"lint:packages": "yarn tslint --fix",
|
|
|
"lint:admin-ui": "cd admin-ui && yarn lint --fix",
|
|
|
- "version": "yarn build && yarn generate-changelog && git add CHANGELOG.md",
|
|
|
+ "version": "yarn check-imports && yarn build && yarn generate-changelog && git add CHANGELOG.md",
|
|
|
"dev-server:start": "cd packages/dev-server && yarn start",
|
|
|
"dev-server:populate": "cd packages/dev-server && yarn populate",
|
|
|
"test:all": "cd admin-ui && yarn test --watch=false --browsers=ChromeHeadlessCI --progress=false && cd ../ && yarn test:common && yarn test:core && yarn test:email-plugin && yarn test:elasticsearch-plugin && yarn test:e2e",
|
|
|
@@ -25,6 +25,7 @@
|
|
|
"test:e2e": "jest --config packages/core/e2e/config/jest-e2e.json --runInBand",
|
|
|
"test:admin-ui": "cd admin-ui && yarn test --watch=false --browsers=ChromeHeadlessCI --progress=false",
|
|
|
"build": "lerna run build",
|
|
|
+ "check-imports": "ts-node scripts/check-imports.ts",
|
|
|
"generate-changelog": "ts-node scripts/changelogs/generate-changelog.ts",
|
|
|
"publish-release": "lerna publish -m \"chore: Publish %s\" --no-push"
|
|
|
},
|
|
|
@@ -42,6 +43,7 @@
|
|
|
"@types/node": "^10.11.5",
|
|
|
"concurrently": "^4.1.0",
|
|
|
"conventional-changelog-core": "^3.2.2",
|
|
|
+ "find": "^0.3.0",
|
|
|
"graphql": "^14.1.1",
|
|
|
"graphql-tools": "^4.0.0",
|
|
|
"husky": "^3.0.0",
|