8000 ♻️ refactor: update build:favicons script to use new faviconData.json… · zhangyelong/lobe-assets@f8a9656 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit f8a9656

Browse files
committed
♻️ refactor: update build:favicons script to use new faviconData.json location
The build:favicons script has been updated to use the new location of faviconData.json, which is now located in packages/assets-favicons/assets. This change was necessary to improve the build process and ensure that the correct file is used. Additionally, the .gitignore file has been updated to include the new location of the faviconData.json file.
1 parent b5c2500 commit f8a9656

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ es
3030
lib
3131
logs
3232
test-output
33+
packages/assets-favicons/assets/faviconData.json
3334

3435
# umi
3536
.umi

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"packages/*"
2424
],
2525
"scripts": {
26-
"build:favicons": "real-favicon generate src/favicons/faviconDescription.json favicons/faviconData.json favicons",
26+
"build:favicons": "real-favicon generate src/favicons/faviconDescription.json packages/assets-favicons/assets/faviconData.json packages/assets-favicons/assets",
2727
"build:logo": "node src/logo/index.js",
2828
"build:webfonts": "node src/webfonts/index.js",
2929
"clean": "lerna run clean && rm -rf es lib dist build coverage .umi .eslintcache apis",
@@ -35,7 +35,7 @@
3535
"reinstall": "npm run clean && lerna clean && rm -rf node_modules && npm run",
3636
"release": "multi-semantic-release",
3737
"release:local": "multi-semantic-release --no-ci",
38-
"test": "real-favicon check-for-update --fail-on-update favicons/faviconData.json"
38+
"test": "real-favicon check-for-update --fail-on-update packages/assets-favicons/assets/faviconData.json"
3939
},
4040
"lint-staged": {
4141
"*.md": [

0 commit comments

Comments
 (0)
0