Skip to content

Commit 4ae2850

Browse files
committed
chore(uhk-web): npm run clean delete the dist folder too
1 parent 8b30019 commit 4ae2850

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/uhk-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "uhk-web",
33
"version": "1.0.0",
44
"scripts": {
5-
"clean": "rimraf ./node_modules ./.angular",
5+
"clean": "rimraf ./node_modules ./.angular ./dist",
66
"ng": "ng",
77
"start": "ng serve",
88
"build": "run-s -sn build:renderer",

0 commit comments

Comments
 (0)