Skip to content

Commit

Permalink
feat: add npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
invisal committed Apr 16, 2024
1 parent 70b93d7 commit 45eada8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
18 changes: 18 additions & 0 deletions gui/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
src
.gitignore
.npmignore
tsconfig.json
window.d.ts
postcss.config.js
tailwind.config.js
tsup.config.ts
vite.config.ts
pnpm-lock.yaml
package.json
node_modules
jest.config.cjs
.eslintrc.cjs
.github
.github/**/*

dist/**/*.map
3 changes: 3 additions & 0 deletions gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
},
"./css": "./dist/index.css"
},
"files": [
"dist"
],
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
Expand Down

0 comments on commit 45eada8

Please sign in to comment.