question: i am trying to lock a file when running ...
# sdf
m
question: i am trying to lock a file when running 
project:deploy
and even when it is deployed, the file is not locked. My question is: whatever is defined inside the Installation Preferences directory, does it ONLY apply to suiteapps or it also works with CUSTOM projects? here’s how i am trying to lock a file:
<preference type="LOCKING" defaultAction="UNLOCK">
<apply action="LOCK">
<path appliesTo="FILES">~/FileCabinet/SuiteScripts/PartnerDirectory/xxxx.js</path>
</apply>
</preference>
m
thanks