We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82886e1 commit e675ddaCopy full SHA for e675dda
.github/workflows/npm-publish.yml
@@ -17,6 +17,6 @@ jobs:
17
node-version: 16
18
registry-url: https://registry.npmjs.org/
19
- run: npm i
20
- - run: npm run publish
+ - run: npm run build && npm publish
21
env:
22
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
.npmignore
@@ -0,0 +1,5 @@
1
+.github
2
+node_modules
3
+src
4
+.eslintrc.js
5
+.gitignore
package.json
@@ -1,6 +1,6 @@
{
"name": "elysia-ip",
- "version": "0.0.1",
+ "version": "0.0.2",
"type": "module",
"author": {
6
"name": "Gaurish Sethia",
@@ -28,7 +28,6 @@
28
],
29
"scripts": {
30
"build": "tsc --project tsconfig.esm.json",
31
- "publish": "npm run build && npm publish",
32
"lint": "eslint . --ext .ts"
33
},
34
"license": "MIT",
0 commit comments