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

Commit 9f8ed97

Browse files
committed
chore(release): try skipping webpack for faster iteration
1 parent b1f4fcb commit 9f8ed97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"build:webpack-stats": "tsx node_modules/webpack/bin/webpack.js -c webpack.config.ts --profile --json=webpack-stats.json",
5151
"build:ts": "tsc -p tsconfig.build.json",
5252
"build:clean": "rimraf ./dist ./build",
53-
"build:prepare-dist": "npm run build:clean && npm run build:ts && npm run build:webpack && tsx ./bin/copy-dist.ts",
53+
"build:prepare-dist": "npm run build:clean && npm run build:ts && tsx ./bin/copy-dist.ts",
5454
"test": "npm run client:test && npm run server:test",
5555
"server:test": "cross-env TRILIUM_ENV=dev TRILIUM_DATA_DIR=./integration-tests/db TRILIUM_INTEGRATION_TEST=memory vitest",
5656
"server:coverage": "cross-env TRILIUM_ENV=dev TRILIUM_DATA_DIR=./integration-tests/db TRILIUM_INTEGRATION_TEST=memory vitest --coverage",

0 commit comments

Comments
 (0)