We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6daf0c0 commit ba74ebeCopy full SHA for ba74ebe
bin/test-webpack.sh
@@ -7,7 +7,7 @@
7
#
8
9
npm run build
10
-npm i webpack@5.66.0 -D webpack-cli@4.9.2 # do this on-demand to avoid slow installs
+npm i webpack@5.66.0 webpack-cli@4.9.2 # do this on-demand to avoid slow installs
11
node bin/update-package-json-for-publish.js
12
./node_modules/.bin/webpack
13
BUILD_NODE_DONE=1 POUCHDB_SRC='../../pouchdb-webpack.js' npm test
0 commit comments