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 9277955 commit aceee2fCopy full SHA for aceee2f
.github/workflows/npm-publish.yml
@@ -15,6 +15,7 @@ jobs:
15
node-version: 16
16
registry-url: https://registry.npmjs.org/
17
- run: |
18
+ npm install --audit=false --fund=false
19
npm test
20
npm publish
21
env:
package.json
@@ -18,6 +18,9 @@
"test": "cd ./test && node test.js",
"pub": "npm_config_registry=\"https://registry.npmjs.org/\" npm publish --userconfig ~/.pubnpmrc --access public"
},
+ "devDependencies": {
22
+ "esbuild": "^0.14.21"
23
+ },
24
"peerDependencies": {
25
"esbuild": "^0.14.21"
26
@@ -28,5 +31,8 @@
28
31
"postcss": "^8.4.6",
29
32
"postcss-modules": "^4.3.0",
30
33
"tmp": "^0.2.1"
34
35
+ "publishConfig": {
36
+ "access": "public"
37
}
38
0 commit comments