File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 2929 registry-url : https://registry.npmjs.org/
3030 scope : ' @trilon'
3131 - run : yarn install --frozen-lockfile
32- - run : yarn npm publish --access public
32+ - run : |
33+ echo "//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}" > .npmrc
34+ npm publish
3335 env:
3436 NODE_AUTH_TOKEN: ${{secrets.npm_token}}
Original file line number Diff line number Diff line change 11nodeLinker : node-modules
22
33yarnPath : .yarn/releases/yarn-4.0.2.cjs
4+
5+ npmScopes :
6+ trilon :
7+ npmRegistryServer : ' https://registry.npmjs.org/'
8+ npmPublishRegistry : ' https://registry.npmjs.org/'
9+ npmAlwaysAuth : true
10+ npmAuthToken : ${env:NPM_TOKEN}
Original file line number Diff line number Diff line change 11{
22 "name" : " @trilon/eslint-plugin" ,
3- "version" : " 0.0.1 " ,
3+ "version" : " 0.1.0 " ,
44 "description" : " Official Trilon Eslint Plugin" ,
55 "type" : " commonjs" ,
66 "main" : " ./lib/index.js" ,
5050 "peerDependencies" : {
5151 "eslint" : " >=8.0.0"
5252 }
53- }
53+ }
You can’t perform that action at this time.
0 commit comments