|
16 | 16 | "reset": "yarn clean && (yarn || yarn || yarn) && yarn build", |
17 | 17 | "clean": "npx rimraf ./**/node_modules ./**/yarn.lock ./**/build ./**/coverage ./**/.polywrap", |
18 | 18 | "install:test-wraps": "lerna run generate:wraps --scope @polywrap/test-cases", |
19 | | - "build": "yarn build:common && yarn build:client && yarn build:integrations && yarn install:test-wraps", |
20 | | - "build:common": "lerna run build --ignore @polywrap/core-client-js --ignore @polywrap/client-js --ignore @polywrap/uri-resolver-extensions-js --ignore @polywrap/client-config-builder-js --ignore @polywrap/*-config-bundle-js --ignore test-integrations-*", |
21 | | - "build:client": "lerna run build --scope @polywrap/core-client-js --scope @polywrap/client-js --scope @polywrap/uri-resolver-extensions-js --scope @polywrap/client-config-builder-js --scope @polywrap/*-config-bundle-js --ignore test-integrations-*", |
22 | | - "build:integrations": "lerna run build --scope test-integrations-*", |
| 19 | + "build": "yarn build:common && yarn build:client && yarn install:test-wraps", |
| 20 | + "build:common": "lerna run build --ignore @polywrap/core-client-js --ignore @polywrap/client-js --ignore @polywrap/uri-resolver-extensions-js --ignore @polywrap/client-config-builder-js --ignore @polywrap/*-config-bundle-js", |
| 21 | + "build:client": "lerna run build --scope @polywrap/core-client-js --scope @polywrap/client-js --scope @polywrap/uri-resolver-extensions-js --scope @polywrap/client-config-builder-js --scope @polywrap/*-config-bundle-js", |
23 | 22 | "build:docs": "lerna run build:docs", |
24 | 23 | "lint": "lerna run lint", |
25 | 24 | "lint:fix": "lerna run lint -- --fix", |
26 | 25 | "lint:ci": "yarn lint", |
27 | 26 | "test": "lerna run test --no-private --ignore @polywrap/client-js --concurrency 1 && lerna run test --scope @polywrap/client-js", |
| 27 | + "test:integrations": "cd integration-tests && yarn && yarn build", |
28 | 28 | "version:apply": "lerna version $(cat VERSION) --exact --no-git-tag-version --yes", |
29 | 29 | "postversion:apply": "git add . && git commit -m \"build(release): migrate to `cat ./VERSION`\"", |
30 | 30 | "publish:npm": "lerna exec --no-private --concurrency 1 -- yarn publish --access public --non-interactive --verbose", |
|
0 commit comments