We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 050f43c commit 7c22749Copy full SHA for 7c22749
tool/prepare-release.ts
@@ -24,11 +24,6 @@ import {getJSApi} from './get-js-api';
24
shell.cp('-R', 'lib/src/vendor/sass', 'dist/types');
25
await fs.unlink('dist/types/README.md');
26
27
- // .gitignore needs to exist in dist for `npm publish` to correctly exclude
28
- // files from the published tarball.
29
- console.log('Copying .gitignore to dist.');
30
- await fs.copyFile('.gitignore', 'dist/.gitignore');
31
-
32
console.log('Ready for publishing to npm.');
33
} catch (error) {
34
console.error(error);
0 commit comments