Skip to content

Commit 0c996d3

Browse files
zhangyuhengxudafeng
authored andcommitted
feat: add type (#23)
* fix: dist file path * feat: add ignore
1 parent a572655 commit 0c996d3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ DerivedData
1919
# Normal
2020
.project
2121
.settings
22+
package-lock.json
2223
node_modules/
2324
logs/
2425
Carthage/

marmot.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
'use strict';
22

3-
const path = require('path');
43
const helper = require('marmot-cli/lib/helper');
54

65
const pkg = require('./package');
@@ -14,7 +13,8 @@ module.exports = {
1413
version: helper
1514
.iosUtils
1615
.getFieldFromPlist(`${pkg.name}/Info.plist`, 'CFBundleVersion'),
17-
path: `${pkg.name}.app`,
16+
path: `build/Release-iphonesimulator/${pkg.name}.app/`,
17+
type: 'Release'
1818
}
1919
],
2020
testInfo: {

0 commit comments

Comments
 (0)