Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit f0c6235

Browse files
Updating the build output directory
1 parent 9354ce5 commit f0c6235

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"lint": "eslint .",
2121
"preview": "vite preview",
2222
"test": "vitest",
23-
"postinstall": "node tools/copy-webviewer-files.js"
23+
"postinstall": "node tools/copy-webviewer-files.cjs"
2424
},
2525
"eslintConfig": {
2626
"extends": [
File renamed without changes.

vite.config.js

+3
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@ export default defineConfig({
1212
globals: true,
1313
environment: 'jsdom',
1414
setupFiles: '/setupTests.js',
15+
},
16+
build: {
17+
outDir: 'build',
1518
}
1619
});

0 commit comments

Comments
 (0)