Skip to content

Commit eea22cb

Browse files
committed
fix: Clarify filePushOrder behavior
1 parent 8bc15de commit eea22cb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,9 @@ Specifies the file extension for **local** script files in your Apps Script proj
269269

270270
### `filePushOrder` (optional)
271271

272-
Specifies the files that should be pushed first, useful for scripts that rely on order of execution. All other files are pushed after this list of files.
272+
Specifies the files that should be pushed first, useful for scripts that rely on order of execution. All other files are pushed after this list of files, sorted by name.
273+
274+
Note that file paths are relative to directory containing .clasp.json. If `rootDir` is also set, any files listed should include that path as well.
273275

274276

275277
## Reference

0 commit comments

Comments
 (0)