Closed StewEucen closed 5 months ago
$ node -v
v14.18.1
$ npm -v
6.14.15
$ npm publish --dry-run
npm notice
npm notice 📦 @openreachtech/eslint-rules-default@1.1.0
npm notice === Tarball Contents ===
npm notice 1.1kB LICENSE
npm notice 330B configurations/stylistic/all.js
npm notice 17.5kB configurations/core.js
npm notice 2.3kB configurations/disable-core-stylistic.js
npm notice 440B index.js
npm notice 9.9kB configurations/stylistic/default-rules/js.js
npm notice 11.3kB configurations/stylistic/js.js
npm notice 214B configurations/stylistic/default-rules/plus.js
npm notice 377B configurations/stylistic/plus.js
npm notice 1.0kB package.json
npm notice 4.8kB README.ja.md
npm notice 4.2kB README.md
npm notice 531B index.mjs
npm notice 423B types/index.d.ts
npm notice === Tarball Details ===
npm notice name: @openreachtech/eslint-rules-default
npm notice version: 1.1.0
npm notice package size: 11.0 kB
npm notice unpacked size: 54.5 kB
npm notice shasum: 8d1c0f95517650d0976ad3388b08d352234b4711
npm notice integrity: sha512-mxqYqJ6raeP/f[...]X6VYduRsIAY2w==
npm notice total files: 14
npm notice
+ @openreachtech/eslint-rules-default@1.1.0
node の version を v20 に上げて再実行しました!
$ node -v
v20.12.1
$ npm -v
10.5.2
$ npm publish --dry-run
npm notice
npm notice 📦 @openreachtech/eslint-rules-default@1.1.0
npm notice === Tarball Contents ===
npm notice 1.1kB LICENSE
npm notice 4.8kB README.ja.md
npm notice 4.2kB README.md
npm notice 17.5kB configurations/core.js
npm notice 2.3kB configurations/disable-core-stylistic.js
npm notice 330B configurations/stylistic/all.js
npm notice 9.9kB configurations/stylistic/default-rules/js.js
npm notice 214B configurations/stylistic/default-rules/plus.js
npm notice 11.3kB configurations/stylistic/js.js
npm notice 377B configurations/stylistic/plus.js
npm notice 440B index.js
npm notice 531B index.mjs
npm notice 1.0kB package.json
npm notice 423B types/index.d.ts
npm notice === Tarball Details ===
npm notice name: @openreachtech/eslint-rules-default
npm notice version: 1.1.0
npm notice filename: openreachtech-eslint-rules-default-1.1.0.tgz
npm notice package size: 11.0 kB
npm notice unpacked size: 54.5 kB
npm notice shasum: 7cdce05df07c132ea74d77d3363d166d00881399
npm notice integrity: sha512-LjNjByYgSvAgX[...]3pyu1Unlzx5GA==
npm notice total files: 14
npm notice
npm notice Publishing to https://npm.pkg.github.com with tag latest and default access (dry-run)
+ @openreachtech/eslint-rules-default@1.1.0
Overview
Publish version as
1.1.0
.See [Renchan] Publish to GitHub Packages - Kibela
Tasks
1.1.0
on mainnpm login to GitHub Packages before publishing
Procedure login as follows:
Go to → https://github.com/settings/tokens
personal access token
createdrun in terminal
Procedure to Publish
1. Check Commit Hash to Publish
c7827e0
2. Confirm Work to Publish
package.json
package-lock.json
3. Publish
[x] Confirm login user
[x] Confirm publishing commit with
--dry-run
[x] Check log of
--dry-run
by other member before actual publishing.[x]
npm publish