@steedos/webapp 2.2.27 → 2.2.30

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -4
package/package.json CHANGED
@@ -1,17 +1,16 @@
1
1
  {
2
2
  "name": "@steedos/webapp",
3
- "version": "2.2.27",
3
+ "version": "2.2.30",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "main": "lib/exports.js",
7
7
  "scripts": {
8
8
  "start": "cross-env SKIP_PREFLIGHT_CHECK=true PUBLIC_URL=/ react-scripts start",
9
- "build-disabled": "yarn build:react && yarn build-lib && yarn build-tailwind && yarn build-copy-to-public",
9
+ "build-disabled": "yarn build:react && yarn build-lib && yarn build-copy-to-public",
10
10
  "build:react": "cross-env GENERATE_SOURCEMAP=false NODE_ENV=production SKIP_PREFLIGHT_CHECK=true PUBLIC_URL=../../ react-scripts build && yarn build-after",
11
11
  "build-after": "mkdirp build/accounts && mkdirp build/accounts/a && mv build/index.html build/accounts/a/",
12
12
  "copy-to-public": "rm -rf build/assets && mkdirp public/accounts && mv build ./public/accounts/a",
13
13
  "build-lib": "rm -rf lib && tsc --build tsconfig.lib.json",
14
- "build-tailwind": "cd ../../../steedos-platform/packages/tailwind && yarn build-tailwind",
15
14
  "test": "SKIP_PREFLIGHT_CHECK=true react-scripts test",
16
15
  "build-copy-to-public": "rm -rf ../../../steedos-platform/steedos-packages/webapp-accounts/public && mv build ../../../steedos-platform/steedos-packages/webapp-accounts/public"
17
16
  },
@@ -86,5 +85,5 @@
86
85
  "access": "public"
87
86
  },
88
87
  "repository": "https://github.com/steedos/app-builder/tree/master/apps/accounts",
89
- "gitHead": "227ebbaea23b777b6f26001159e260aafcf7f27e"
88
+ "gitHead": "89ebf17319a1b993b39f5b4e958862573b23e843"
90
89
  }