aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json
index ce3368fe3..0f7c439e2 100644
--- a/package.json
+++ b/package.json
@@ -25,7 +25,7 @@
25 "dev": "cross-env NODE_ENV=development gulp dev", 25 "dev": "cross-env NODE_ENV=development gulp dev",
26 "test": "jest", 26 "test": "jest",
27 "test:watch": "jest --watch", 27 "test:watch": "jest --watch",
28 "lint": "eslint \"{src,scripts,packages,uidev}/**/*.{js,jsx,ts,tsx}\" --quiet", 28 "lint": "eslint \"{src,scripts,packages}/**/*.{js,jsx,ts,tsx}\" --quiet",
29 "lint:fix": "npm run lint -- --fix", 29 "lint:fix": "npm run lint -- --fix",
30 "extract": "formatjs extract 'src/**/*.{js,ts,tsx}' --out-file temp.json --flatten --id-interpolation-pattern '[sha512:contenthash:base64:6]' --preserve-whitespace", 30 "extract": "formatjs extract 'src/**/*.{js,ts,tsx}' --out-file temp.json --flatten --id-interpolation-pattern '[sha512:contenthash:base64:6]' --preserve-whitespace",
31 "compile": "formatjs compile 'temp.json' --out-file src/i18n/locales/en-US.json", 31 "compile": "formatjs compile 'temp.json' --out-file src/i18n/locales/en-US.json",
@@ -36,7 +36,6 @@
36 "contributors": "all-contributors", 36 "contributors": "all-contributors",
37 "reformat-files": "./node_modules/.bin/prettier --ignore-path .eslintignore --write --require-pragma \"**/*.{js,jsx,scss}\"", 37 "reformat-files": "./node_modules/.bin/prettier --ignore-path .eslintignore --write --require-pragma \"**/*.{js,jsx,scss}\"",
38 "packages": "npx lerna publish --no-git-tag-version", 38 "packages": "npx lerna publish --no-git-tag-version",
39 "uidev": "cd uidev && webpack-dev-server",
40 "postinstall": "ts-node scripts/postinstall.ts", 39 "postinstall": "ts-node scripts/postinstall.ts",
41 "apply-branding": "ts-node ./src/i18n/apply-branding.ts", 40 "apply-branding": "ts-node ./src/i18n/apply-branding.ts",
42 "update-submodules": "git submodule update --remote --force", 41 "update-submodules": "git submodule update --remote --force",