Skip to content

Commit dff4e04

Browse files
author
Léo Guillaume
committed
feat: add dist
1 parent e1884ee commit dff4e04

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,3 @@ jobs:
5454
run: npm publish --access public
5555
env:
5656
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
57-
- name: Remove dist folder 🗑️
58-
run: rm -rf dist

.npmignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
.github
33
.drc
44
node_modules
5-
dist
65
*.log
76
npm-debug.log*
87
yarn-debug.log*

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
},
1212
"files": [
1313
"src",
14+
"dist",
1415
"LICENSE",
1516
"README.md",
1617
"package.json",

0 commit comments

Comments
 (0)