|
15 | 15 | "test": "npm run lerna-test",
|
16 | 16 | "commit": "commit",
|
17 | 17 | "package": "npm run package",
|
18 |
| - "setup-local": "npm ci --foreground-scripts && cd examples/cdk && npm ci && cd ../.. && cd examples/sam && npm ci && cd ../.. && npm run init-environment", |
| 18 | + "setup-local": "npm ci --foreground-scripts && cd examples/cdk && npm ci && cd ../../examples/sam && npm ci && cd ../../layer-publisher && npm ci && cd ../.. && npm run init-environment", |
19 | 19 | "lerna-test": "lerna exec -- npm run test",
|
20 | 20 | "lerna-test:unit": "lerna exec -- npm run test:unit",
|
21 | 21 | "lerna-test:e2e": "lerna exec -- npm run test:e2e",
|
22 | 22 | "lerna-package": "lerna exec -- npm run package",
|
23 | 23 | "lerna-package-bundle": "lerna exec -- npm run package-bundle",
|
24 |
| - "lerna-build": "lerna exec -- tsc", |
| 24 | + "lerna-build": "lerna exec -- npm run build", |
25 | 25 | "lerna-lint": "lerna exec -- npm run lint",
|
26 | 26 | "lerna-lint-fix": "lerna exec -- npm run lint-fix",
|
27 | 27 | "lerna-prepare": "lerna exec -- npm run build",
|
28 |
| - "lerna-prepublishOnly": "lerna exec -- npm test && lerna exec -- npm run lint", |
29 |
| - "lerna-preversion": "lerna exec -- npm run lint", |
30 |
| - "lerna-version": "lerna exec -- npm run lint-fix && git add -A src", |
31 |
| - "postversion": "git push && git push --tags", |
| 28 | + "postversion": "git push --tags", |
32 | 29 | "docs-website-build-run": "npm run docs-buildDockerImage && npm run docs-runLocalDocker",
|
33 | 30 | "docs-buildDockerImage": "docker build -t powertool-typescript/docs ./docs/",
|
34 | 31 | "docs-runLocalDocker": "docker run --rm -it -p 8000:8000 -v ${PWD}:/docs powertool-typescript/docs",
|
|
0 commit comments