ljharb on master
[eslint config] [base] [patch] … [eslint config] [patch] extend … Merge pull request #1996 from r… (compare)
ljharb on master
[editorial] [react] fix typo [eslint config] [*] [deps] upda… (compare)
yarn update eslint-plugin-import
and you'll get the latest
yarn update
should update the existing one in-place in the lockfile
Hello guys i have a question about NPM. I created a script to copy files into a dist folder. I'm doing a local private NPM library using verdaccio. But it just copy paste the files without transpile the typescript into JS. Can someone help me with what is missing?
"distribute": "set NODE_ENV=production&&babel src --out-dir dist --copy-files --ignore spec.js,test.js --source-maps"
set
for? is this windows?