nx/scripts/chmod.js
Phillip Barta 27df60164d
feat(misc): updated documentation generation scripts and removed shelljs (#5381)
cleanup(repo): updated documentation generation scripts and removed shelljs
2021-04-19 15:26:17 -04:00

4 lines
65 B
JavaScript

const fs = require('fs');
fs.chmodSync(process.argv[2], 0o777);