You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fs.writeFileSync(`${dir}/npm/node-${t}/README.md`,`This is the ${triple} build of lightningcss. See https://github.com/parcel-bundler/lightningcss for details.`);
fs.chmodSync(`${dir}/npm/cli-${t}/${binary}`,0o755);// Ensure execute bit is set.
156
158
fs.writeFileSync(`${dir}/npm/cli-${t}/README.md`,`This is the ${triple} build of lightningcss-cli. See https://github.com/parcel-bundler/lightningcss for details.`);
0 commit comments