Add private: true and frozen lockfile to Cloud Build

This commit is contained in:
James Daniels
2019-10-09 17:01:45 +01:00
parent 2ca3835cd3
commit 0155e8e4e0
3 changed files with 3 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"private": true,
"scripts": {
"build": "rimraf dist && npm run build-client && npm run build-server",
"build-client": "NODE_ENV=development parcel build src/client.tsx -d dist/client --no-minify --public-url .",