Skip to content

Commit

Permalink
Updated icon name in build-folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramon-Jimenez committed May 29, 2024
1 parent c6d160c commit a4b2c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"postinstall": "yarn localize",
"prebuild": "yarn localize && yarn test",
"manifest": "d2-manifest package.json build/manifest.webapp",
"build-folder": "rm -rf build/ && d2-manifest package.json manifest.webapp && tsc && vite build --outDir=build && yarn run manifest && cp -r i18n icon.png build",
"build-folder": "rm -rf build/ && d2-manifest package.json manifest.webapp && tsc && vite build --outDir=build && yarn run manifest && cp -r i18n nhwa-icon.webp build",
"build": "VITE_DHIS2_BASE_URL='' VITE_DHIS2_AUTH='' yarn build-folder && rm -f $npm_package_name.zip && cd build && zip --quiet -r ../$npm_package_name.zip *",
"prettify": "prettier \"./**/*.{js,jsx,json,css,ts,tsx}\" --write",
"extract-pot": "yarn d2-i18n-extract -p src/ -o i18n/",
Expand Down

0 comments on commit a4b2c24

Please sign in to comment.