Browse Source

switch from yarn to pnpm

develop
Rob Colbert 1 year ago
parent
commit
1e615134f7
  1. 2
      package.json

2
package.json

@ -10,7 +10,7 @@
"main": "dtp-chat.js",
"scripts": {
"dev": "nodemon dtp-chat.js",
"build": "NODE_ENV=production yarn webpack --config webpack.config.js"
"build": "NODE_ENV=production pnpm webpack --config webpack.config.js"
},
"repository": "[email protected]:digital-telepresence/dtp-chat.git",
"author": "Rob Colbert",

Loading…
Cancel
Save