Skip to content

Commit 4b10c45

Browse files
authored
build constants package (#2442)
1 parent 5d4235f commit 4b10c45

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/buildPackages.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ const packages = [
1010
filename: 'config.js',
1111
content: `module.exports = require('./src/commons/Config').default;\n`
1212
},
13+
{
14+
filename: 'constants.js',
15+
content: `module.exports = require('./src/commons/Constants').default;\n`
16+
},
1317
{
1418
filename: 'core.js',
1519
components: ['View', 'Text', 'Image', 'TouchableOpacity', 'Button'],

0 commit comments

Comments
 (0)