Skip to content

Commit 580a0fe

Browse files
committed
introduce public template
1 parent eb169e8 commit 580a0fe

File tree

11 files changed

+4
-1
lines changed

11 files changed

+4
-1
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"start:dev": "babel-node ./server.js",
88
"start": "npm run start:dev",
99
"build:static": "cross-env NODE_ENV=production webpack --config webpack.config.prod.js",
10-
"build": "npm run clean && npm run build:static"
10+
"build": "npm run clean && cp -r publicTemplate public && npm run build:static"
1111
},
1212
"license": "MIT",
1313
"devDependencies": {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)