Skip to content

Commit

Permalink
Don't have duplicated files in dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Oct 29, 2024
1 parent e89472a commit 79d442f
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 @@ -13,7 +13,7 @@
"serve-gmf-apps": "DEV_SERVER=1 TARGET=gmf-apps webpack serve --open --server-type=https --server-options-cert=private.crt --server-options-key=private.key --port=3000 --mode=development --progress",
"serve-api": "webpack serve --content-base=api/dist/apihelp/ --config=buildtools/webpack.api.js --server-type=https --server-options-cert=private.crt --server-options-key=private.key --port=3000 --mode=development --progress --watch",
"build-gmf-apps-profile": "TARGET=gmf-apps webpack --profile --json > profile.json",
"dist": "TARGET=dist webpack --mode=production --progress",
"dist": "rm dist/*; TARGET=dist webpack --mode=production --progress",
"dist-spinner": "svgo --config=svgo.js src/icons/spinner.svg --output=dist/spinner.svg",
"distlib": "tsc --pretty",
"distlib-images": "copyfiles --verbose src/**/*.svg src/*.svg src/**/*.png src/*.png distlib",
Expand Down

0 comments on commit 79d442f

Please sign in to comment.