Skip to content

Commit ba74ebe

Browse files
authored
(#8670) - test-webpack: don't save new dependencies
This removes the `-D` flag from `npm install`, which was introduced in 404346b Co-authored-by: alxndrsn <alxndrsn>
1 parent 6daf0c0 commit ba74ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/test-webpack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88

99
npm run build
10-
npm i webpack@5.66.0 -D webpack-cli@4.9.2 # do this on-demand to avoid slow installs
10+
npm i webpack@5.66.0 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
1313
BUILD_NODE_DONE=1 POUCHDB_SRC='../../pouchdb-webpack.js' npm test

0 commit comments

Comments
 (0)