Skip to content

Commit

Permalink
fix(desktop-ui): correctly publish package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
marcj committed Feb 20, 2024
1 parent 0371512 commit 23f14ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"scripts": {
"emoji": "ts-node emoji-map.ts",
"font": "node bin/create-font.js",
"build": "rm -rf .angular && ng-packagr --config tsconfig.prod.json",
"build": "rm -rf .angular && ng-packagr --config tsconfig.prod.json && rm dist/.npmignore",
"watch": "ng-packagr --config tsconfig.prod.json --watch",
"prepublishOnly": "webpack && node bin/create-font.js && npm run docs",
"docs": "typedoc --plugin none --json src/assets/docs.json src"
Expand Down

0 comments on commit 23f14ac

Please sign in to comment.