Skip to content

Commit

Permalink
build: なるべく余計なファイルが入りにくいようにします
Browse files Browse the repository at this point in the history
対処療法がすぎると思うので、
素直に、
[自動デプロイ · Issue #40 · ncaq/goodbye-rfc-2822-date-time](#40)
を行ったほうが良いと思います。
  • Loading branch information
ncaq committed Aug 5, 2023
1 parent 8c03723 commit 9ac3b9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint:prettier": "prettier --ignore-unknown --check '**/*.{js,jsx,ts,tsx,json,html,css,less,sass,scss,yml,yaml}'",
"lint:tsc": "tsc --noEmit",
"lint:web-ext": "web-ext lint",
"package": "yarn build --no-source-maps && web-ext build && yarn archive",
"package": "rm -rf dist/ && yarn build --no-source-maps && web-ext build && yarn archive",
"start": "web-ext run",
"watch": "parcel watch src/main.ts"
},
Expand Down
3 changes: 3 additions & 0 deletions web-ext-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ module.exports = {
filename: "goodbye-rfc-2822-date-time.zip",
},
ignoreFiles: [
"**/*.map",
"*.tar.gz",
"README.md",
"build",
"package.json",
"src",
"tsconfig.json",
Expand Down

0 comments on commit 9ac3b9b

Please sign in to comment.