There was an error while loading. Please reload this page.
main
1 parent 5edff03 commit e08fb41Copy full SHA for e08fb41
1 file changed
package.json
@@ -38,7 +38,7 @@
38
"clean:prod": "npm run clean:dist && npm run clean:log && npm run clean:doc && npm run clean:coverage && npm run clean:json",
39
"clean": "npm run clean:prod && npm run clean:dev:config && npm run clean:cli && npm run clean:node",
40
"sync-i18n": "ts-node -r tsconfig-paths/register --project ./tsconfig.ts-node.json scripts/sync-i18n-files.ts",
41
- "build:mirador": "webpack --config webpack/webpack.mirador.config.ts",
+ "build:mirador": "cross-env TS_NODE_PROJECT=./tsconfig.ts-node.json webpack --config webpack/webpack.mirador.config.ts",
42
"merge-i18n": "ts-node -r tsconfig-paths/register --project ./tsconfig.ts-node.json scripts/merge-i18n-files.ts",
43
"cypress:open": "cypress open",
44
"cypress:run": "cypress run",
0 commit comments