We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 173feb2 commit 612aa4cCopy full SHA for 612aa4c
.github/workflows/npm-publish.yml
@@ -17,6 +17,6 @@ jobs:
17
- run: |
18
npm install --audit=false --fund=false --package-lock=false
19
npm test
20
- npm publish
+ npm publish --access public --tag latest
21
env:
22
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
package.json
@@ -18,7 +18,7 @@
"repository": "https://github.com/indooorsman/esbuild-css-modules-plugin.git",
"scripts": {
"test": "cd ./test && node test.js",
- "pub": "npm_config_registry=https://registry.npmjs.org/ npm publish --userconfig ~/.pubnpmrc --access public"
+ "pub": "npm_config_registry=https://registry.npmjs.org/ npm publish --userconfig ~/.pubnpmrc --access public --tag latest"
},
23
"devDependencies": {
24
"@types/node": "^17.0.23",
0 commit comments