diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aabf55757..898bda463 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,4 +35,4 @@ jobs: - name: Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: yarn publish \ No newline at end of file + run: yarn npm publish \ No newline at end of file diff --git a/package.json b/package.json index 111998787..0eba425fc 100644 --- a/package.json +++ b/package.json @@ -30,8 +30,7 @@ "prepublishOnly": "yarn test && yarn build" }, "publishConfig": { - "access": "public", - "provenance": true + "access": "public" }, "husky": { "hooks": { @@ -51,6 +50,7 @@ "ajv": "^8.6.1", "ajv-formats": "^2.1.0", "babel-eslint": "^10.1.0", + "eslint": "^6.8.0", "eslint-config-react-app": "^5.2.1", "eslint-plugin-flowtype": "^4.6.0", "eslint-plugin-import": "^2.20.1", diff --git a/yarn.lock b/yarn.lock index 4f123abf8..f09863a93 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1921,6 +1921,7 @@ __metadata: ajv: "npm:^8.6.1" ajv-formats: "npm:^2.1.0" babel-eslint: "npm:^10.1.0" + eslint: "npm:^6.8.0" eslint-config-react-app: "npm:^5.2.1" eslint-plugin-flowtype: "npm:^4.6.0" eslint-plugin-import: "npm:^2.20.1" @@ -4108,7 +4109,7 @@ __metadata: languageName: node linkType: hard -"eslint@npm:^6.1.0": +"eslint@npm:^6.1.0, eslint@npm:^6.8.0": version: 6.8.0 resolution: "eslint@npm:6.8.0" dependencies: