Skip to content

Commit fa3deb6

Browse files
build: move logos to dist too
1 parent ca86f11 commit fa3deb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "NestJS - official website",
55
"scripts": {
66
"build": "rm -rf dist && parcel build index.html --public-url ./ && npm run copy-assets",
7-
"copy-assets": "copyfiles img/**/* dist",
7+
"copy-assets": "copyfiles img/**/* img/* dist",
88
"start": "parcel index.html",
99
"start:watch": "parcel watch index.html"
1010
},

0 commit comments

Comments
 (0)