tangled
alpha
login
or
join now
stream.place
/
streamplace
Live video on the AT Protocol
74
fork
atom
overview
issues
1
pulls
pipelines
compile i18n before typescript stuff
Natalie B.
2 months ago
aff9eadc
76bf20a5
+1
-1
1 changed file
expand all
collapse all
unified
split
js
components
package.json
+1
-1
js/components/package.json
···
72
72
"scripts": {
73
73
"build": "tsc",
74
74
"start": "tsc --watch --preserveWatchOutput",
75
75
-
"prepare": "tsc && node scripts/compile-translations.js",
75
75
+
"prepare": "node scripts/compile-translations.js && tsc",
76
76
"i18n:compile": "node scripts/compile-translations.js",
77
77
"i18n:watch": "nodemon scripts/compile-translations.js --watch locales/**/*.ftl",
78
78
"i18n:extract": "node scripts/extract-i18n.js"