1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-07-09 12:44:56 +02:00

dont copy services

This commit is contained in:
Kyle Spearrin 2017-11-07 13:49:58 -05:00
parent bc98c82303
commit dfeba69478

View File

@ -91,7 +91,6 @@ module.exports = {
{ from: './src/models', to: 'models' },
{ from: './src/overlay', to: 'overlay' },
{ from: './src/scripts', to: 'scripts' },
{ from: './src/services', to: 'services' },
{ from: './src/content/autofill.css', to: 'content' },
'./src/background.js'
])