Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
deploy.xml documentation?
I'm trying to create a project that deploys only some of the files under FileCabinet/SuiteScripts but it appears the sdfcli preview or deploy commands don't look in only globs specified in the deploy.xml file?
My problem is I've got npm packages installed (under Foo/Bar/node_modules) which amount to a lot (> 10MB) and I get the following error when trying to do a preview or deploy:
"The data you are uploading exceeds the maximum allowable size of 10.0 MB. Please change your selection and try again"
I've tried to reduce the files that are uploaded by only including one small .js file under the Foo/Bar/Baz folder shown below. However it appears that the preview/deploy commands aren't processing only in the folder I specified, also the main FileCabinet/SuiteScripts and all subfolders? On a hunch, I