Skip to content

Commit c710d06

Browse files
author
sheepzh
committed
Package script into source code zip file
1 parent 4197693 commit c710d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack/webpack.prod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const sourceCodeForFireFox = path.resolve(__dirname, '..', 'market_packages', `$
1515
// Temporary directory for source code to archive on Firefox
1616
const sourceTempDir = path.resolve(__dirname, '..', 'firefox')
1717

18-
const srcDir = ['public', 'src', "test", 'package.json', 'tsconfig.json', 'webpack', 'global.d.ts', "jest.config.ts"]
18+
const srcDir = ['public', 'src', "test", 'package.json', 'tsconfig.json', 'webpack', 'global.d.ts', "jest.config.ts", "script"]
1919
const copyMapper = srcDir.map(p => { return { source: path.resolve(__dirname, '..', p), destination: path.resolve(sourceTempDir, p) } })
2020

2121
const readmeForFirefox = path.join(__dirname, '..', 'doc', 'for-fire-fox.md')

0 commit comments

Comments
 (0)