1
0
Fork 0
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:
Andrew Simachev 2024-03-03 11:48:09 +01:00
parent 0e8c84859d
commit 04ca42d612
No known key found for this signature in database
GPG key ID: 49A163D0D14E6FD8
2 changed files with 3 additions and 1 deletions

View file

@ -13,6 +13,7 @@
"dist/img/**/*",
"dist/css/**/*",
"dist/js/**/*",
"!dist/js/main.js.map",
"dist/anytypeHelper.exe",
"dist/anytypeHelper",
"dist/nativeMessagingHost.exe",

View file

@ -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"
}
}
}
}