Skip to content
This repository has been archived by the owner on Dec 13, 2019. It is now read-only.

[playground-server] Adds extra Webpack configuration to build process #377

Merged
merged 9 commits into from
Dec 27, 2018
2 changes: 1 addition & 1 deletion packages/playground-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"scripts": {
"start": "netlify-lambda -c webpack.config.js serve src",
"build": "netlify-lambda build src",
"build": "netlify-lambda -c webpack.config.js build src",
"test": "jest"
},
"bugs": {
Expand Down