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 e1884ee commit dff4e04Copy full SHA for dff4e04
.github/workflows/main.yml
@@ -54,5 +54,3 @@ jobs:
54
run: npm publish --access public
55
env:
56
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
57
- - name: Remove dist folder 🗑️
58
- run: rm -rf dist
.npmignore
@@ -2,7 +2,6 @@
2
.github
3
.drc
4
node_modules
5
-dist
6
*.log
7
npm-debug.log*
8
yarn-debug.log*
package.json
@@ -11,6 +11,7 @@
11
},
12
"files": [
13
"src",
14
+ "dist",
15
"LICENSE",
16
"README.md",
17
"package.json",
0 commit comments