Skip to content

Commit f3529d0

Browse files
committed
Ignore built files and clean properly
1 parent 03f1e77 commit f3529d0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
/node_modules
2+
/package*/
3+
/tmp
4+
25
/nodenv-jetbrains-npm-*.tgz

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"bin"
2424
],
2525
"scripts": {
26-
"clean": "git clean -fX",
26+
"clean": "rm -rfv package*/ nodenv-jetbrains-npm-*.tgz",
27+
"start": "bin/npm-cli.js",
2728
"postversion": "npm publish",
2829
"prepublishOnly": "npm run publish:github",
2930
"publish:github": "git push --follow-tags"

0 commit comments

Comments
 (0)