mirror of
https://github.com/zhigang1992/reactfire.git
synced 2026-06-19 10:18:41 +08:00
Add private: true and frozen lockfile to Cloud Build
This commit is contained in:
@@ -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 .",
|
||||
|
||||
Reference in New Issue
Block a user