mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-09 17:45:02 +09:00
remove source map from build
This commit is contained in:
parent
0e8c84859d
commit
04ca42d612
2 changed files with 3 additions and 1 deletions
|
@ -13,6 +13,7 @@
|
|||
"dist/img/**/*",
|
||||
"dist/css/**/*",
|
||||
"dist/js/**/*",
|
||||
"!dist/js/main.js.map",
|
||||
"dist/anytypeHelper.exe",
|
||||
"dist/anytypeHelper",
|
||||
"dist/nativeMessagingHost.exe",
|
||||
|
|
|
@ -218,6 +218,7 @@
|
|||
"dist/img/**/*",
|
||||
"dist/css/**/*",
|
||||
"dist/js/**/*",
|
||||
"!dist/js/main.js.map",
|
||||
"dist/anytypeHelper.exe",
|
||||
"dist/anytypeHelper",
|
||||
"dist/nativeMessagingHost.exe",
|
||||
|
@ -632,4 +633,4 @@
|
|||
"pre-commit": "npm run precommit && git add licenses.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue