aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-08-21 09:03:32 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-08-21 09:16:59 +0530
commit16d8de38b74c298fda27c22c804850a999183d57 (patch)
tree6c869677e3bb8472f5b86c92908bb256ec0c5be5 /package.json
parentchore: typescript conversion (diff)
downloadferdium-app-16d8de38b74c298fda27c22c804850a999183d57.tar.gz
ferdium-app-16d8de38b74c298fda27c22c804850a999183d57.tar.zst
ferdium-app-16d8de38b74c298fda27c22c804850a999183d57.zip
chore: move build-time js files out of 'src' and into 'scripts'
so that they not packaged into final deployable artefact
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index f49c71492..87e18f1c7 100644
--- a/package.json
+++ b/package.json
@@ -38,8 +38,8 @@
38 "apply-branding": "node ./src/i18n/apply-branding.js", 38 "apply-branding": "node ./src/i18n/apply-branding.js",
39 "update-submodules": "git submodule update --remote --force", 39 "update-submodules": "git submodule update --remote --force",
40 "prepare-code": "npm run lint && npm run reformat-files && npm run manage-translations && npm run apply-branding", 40 "prepare-code": "npm run lint && npm run reformat-files && npm run manage-translations && npm run apply-branding",
41 "build-theme-info": "node src/scripts/build-theme-info.js", 41 "build-theme-info": "node scripts/build-theme-info.js",
42 "link-readme": "node src/scripts/link-readme.js", 42 "link-readme": "node scripts/link-readme.js",
43 "minify-images": "./scripts/minify-images.sh", 43 "minify-images": "./scripts/minify-images.sh",
44 "start:server": "node src/internal-server/test.js" 44 "start:server": "node src/internal-server/test.js"
45 }, 45 },