Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions tool/prepare-release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ import {getJSApi} from './get-js-api';
shell.cp('-R', 'lib/src/vendor/sass', 'dist/types');
await fs.unlink('dist/types/README.md');

// .gitignore needs to exist in dist for `npm publish` to correctly exclude
// files from the published tarball.
console.log('Copying .gitignore to dist.');
await fs.copyFile('.gitignore', 'dist/.gitignore');

console.log('Ready for publishing to npm.');
} catch (error) {
console.error(error);
Expand Down