build-zip should get data from /dist instead of /src
This commit is contained in:
parent
30d6338d76
commit
5d200805f0
@ -9,7 +9,7 @@ const DEST_ZIP_DIR = path.join(__dirname, '../dist-zip');
|
||||
|
||||
|
||||
const extractExtensionData = () => {
|
||||
const extPackageJson = require('../src/manifest.json');
|
||||
const extPackageJson = require('../dist/manifest.json');
|
||||
|
||||
return {
|
||||
name: extPackageJson.name,
|
||||
|
Loading…
Reference in New Issue
Block a user