diff --git a/.nowignore b/.nowignore index 229ab3b2..bd5e6e00 100644 --- a/.nowignore +++ b/.nowignore @@ -1,16 +1,23 @@ *.log +*.md +*.txt +.babelrc .history +.prettierrc .vscode @types node_modules packages/mobile packages/server/src +packages/shared-components/dist packages/shared-components/node_modules packages/shared-components/package.json packages/shared-components/src +packages/shared-core packages/web/build packages/web/node_modules packages/web/package.json packages/web/src patches -planning.txt \ No newline at end of file +tsconfig.json +tslint.json \ No newline at end of file diff --git a/package.json b/package.json index 1f1d8b9d..38e2f45b 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ ] }, "scripts": { - "build": "yarn && yarn workspace shared-core build && yarn workspace shared-components build && yarn workspace server build && yarn workspace web build", + "build": "yarn workspace shared-core build && yarn workspace shared-components build && yarn workspace server build && yarn workspace web build", "clean": "yarn workspaces run clean", "deploy": "yarn build && yarn now && yarn now alias", "dev": "yarn clean && yarn workspace shared-core build && yarn workspace shared-components build && yarn workspace server build && concurrently --kill-others \"yarn workspace shared-core build -W\" \"yarn workspace shared-components build -W\" \"yarn workspace server build -W\" \"yarn workspace web start\" \"yarn workspace mobile start\"", diff --git a/packages/server/package.json b/packages/server/package.json index 0bd06c06..3786952b 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -16,7 +16,6 @@ "lodash.omit": "^4.5.0", "micro": "^9.3.3", "qs": "^6.5.2", - "shared-core": "0.18.2", "url": "^0.11.0" }, "devDependencies": {