Skip to content

Commit 3d40789

Browse files
authored
(#8645) - test-webpack: don't rebuild node
Co-authored-by: alxndrsn <alxndrsn>
1 parent 58e408c commit 3d40789

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/test-webpack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ npm run build
1010
npm i webpack@5.66.0 -D webpack-cli@4.9.2 # do this on-demand to avoid slow installs
1111
node bin/update-package-json-for-publish.js
1212
./node_modules/.bin/webpack
13-
BUILD_NODE_DONE=0 POUCHDB_SRC='../../pouchdb-webpack.js' npm test
13+
BUILD_NODE_DONE=1 POUCHDB_SRC='../../pouchdb-webpack.js' npm test

0 commit comments

Comments
 (0)