in our suitecloud.config.js file we have this c...
# sdf
s
in our suitecloud.config.js file we have this command the runs the test suite how can i make sure that that if i do dry run it wont run the test before
Copy code
npm run validate   suitecloud project:deploy --dryrun  
"project:deploy": {
      beforeExecuting: async (args) => {
        console.log("We are updating you Netsuite app ...");
        await SuiteCloudJestUnitTestRunner.run({
          // Jest configuration options.
        });
        return args;
      },
    },
s
Going blind here but can’t you access the dry run flag in the args context?
s
I just realized that lol
s
Are you trying to say you rubber ducked me?
s
yeah sorry
s
😅