diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 641df9d41..cc6cbd3e1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,8 +18,6 @@ jobs: run: yarn install - name: Build run: yarn code:build - - name: Lint - run: yarn lint - name: Publish run: sh scripts/publish.sh env: diff --git a/.pnp.js b/.pnp.js index ddb8ae6c4..0d2e91c85 100755 --- a/.pnp.js +++ b/.pnp.js @@ -116,7 +116,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["handlebars", "npm:4.7.7"], ["http-errors", "npm:1.8.0"], ["husky", "npm:6.0.0"], - ["in-publish", "npm:2.0.1"], ["jest", "npm:26.6.3"], ["jest-config", "virtual:bf7a8695861ccc96c7503a95daba2b038c9b3eca0fc65dc5ea7e5ae0e56354c6c3e3ee05f1c8d4420e3a01abf48ad9e2dea477db48ad56147605b32adf33b489#npm:26.6.3"], ["jest-environment-node", "npm:26.6.2"], @@ -10406,15 +10405,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { "linkType": "HARD", }] ]], - ["in-publish", [ - ["npm:2.0.1", { - "packageLocation": "./.yarn/cache/in-publish-npm-2.0.1-5a970fa809-8d2296b253.zip/node_modules/in-publish/", - "packageDependencies": [ - ["in-publish", "npm:2.0.1"] - ], - "linkType": "HARD", - }] - ]], ["indent-string", [ ["npm:2.1.0", { "packageLocation": "./.yarn/cache/indent-string-npm-2.1.0-fe23253c76-5c6bc6548e.zip/node_modules/indent-string/", @@ -16994,7 +16984,6 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) { ["handlebars", "npm:4.7.7"], ["http-errors", "npm:1.8.0"], ["husky", "npm:6.0.0"], - ["in-publish", "npm:2.0.1"], ["jest", "npm:26.6.3"], ["jest-config", "virtual:bf7a8695861ccc96c7503a95daba2b038c9b3eca0fc65dc5ea7e5ae0e56354c6c3e3ee05f1c8d4420e3a01abf48ad9e2dea477db48ad56147605b32adf33b489#npm:26.6.3"], ["jest-environment-node", "npm:26.6.2"], diff --git a/.yarn/cache/in-publish-npm-2.0.1-5a970fa809-8d2296b253.zip b/.yarn/cache/in-publish-npm-2.0.1-5a970fa809-8d2296b253.zip deleted file mode 100644 index e09d79e9a..000000000 Binary files a/.yarn/cache/in-publish-npm-2.0.1-5a970fa809-8d2296b253.zip and /dev/null differ diff --git a/package.json b/package.json index e3c6efb23..5f56129bc 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,6 @@ "fast-safe-stringify": "^2.0.7", "handlebars": "4.7.7", "http-errors": "1.8.0", - "in-publish": "2.0.1", "js-yaml": "4.1.0", "jsonwebtoken": "8.5.1", "kleur": "4.1.4", @@ -121,7 +120,6 @@ "fs-extra": "10.0.0", "get-stdin": "9.0.0", "husky": "6.0.0", - "in-publish": "2.0.1", "jest": "26.6.3", "jest-config": "26.6.3", "jest-environment-node": "26.6.2", @@ -154,10 +152,8 @@ ], "scripts": { "release": "standard-version -a -s", - "prepublish": "in-publish && yarn run code:build || not-in-publish", "type-check": "tsc --noEmit", "type-check:watch": "yarn run type-check -- --watch", - "pretest": "yarn run code:build", "format": "prettier --single-quote --trailing-comma none --write \"{src,test}/**/*.ts\"", "format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,json,yml,yaml,md}\" --debug-check", "test": "yarn run test:unit", diff --git a/yarn.lock b/yarn.lock index 12193673d..708686a18 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7952,18 +7952,6 @@ fsevents@~2.1.2: languageName: node linkType: hard -"in-publish@npm:2.0.1": - version: 2.0.1 - resolution: "in-publish@npm:2.0.1" - bin: - in-install: in-install.js - in-publish: in-publish.js - not-in-install: not-in-install.js - not-in-publish: not-in-publish.js - checksum: 8d2296b25310b5288e7f3921354cdc58f55a1e2c75c261b2ca04faf7fd20f77f221c0885592135bf595e9bf4245a3cf493b85d192f61e295a0ae44eb7c7989db - languageName: node - linkType: hard - "indent-string@npm:^2.1.0": version: 2.1.0 resolution: "indent-string@npm:2.1.0" @@ -14031,7 +14019,6 @@ typescript@4.1.3: handlebars: 4.7.7 http-errors: 1.8.0 husky: 6.0.0 - in-publish: 2.0.1 jest: 26.6.3 jest-config: 26.6.3 jest-environment-node: 26.6.2