We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca86f11 commit fa3deb6Copy full SHA for fa3deb6
package.json
@@ -4,7 +4,7 @@
4
"description": "NestJS - official website",
5
"scripts": {
6
"build": "rm -rf dist && parcel build index.html --public-url ./ && npm run copy-assets",
7
- "copy-assets": "copyfiles img/**/* dist",
+ "copy-assets": "copyfiles img/**/* img/* dist",
8
"start": "parcel index.html",
9
"start:watch": "parcel watch index.html"
10
},
0 commit comments