Skip to content

Commit 7d5a29b

Browse files
committed
Added postBuildCommands to README
1 parent 37ad063 commit 7d5a29b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,12 @@ Default configuration options:
7070
```javascript
7171
/* tupperware.json */
7272
{
73-
"preBuildCommands": [],
7473
"dependencies": {
7574
"phantomJs": false,
7675
"imageMagick": false
7776
},
77+
"preBuildCommands": [],
78+
"postBuildCommands": [],
7879
"buildOptions": {
7980
"mobileServerUrl": false,
8081
"additionalFlags": false

0 commit comments

Comments
 (0)