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 03f1e77 commit f3529d0Copy full SHA for f3529d0
.gitignore
@@ -1,2 +1,5 @@
1
/node_modules
2
+/package*/
3
+/tmp
4
+
5
/nodenv-jetbrains-npm-*.tgz
package.json
@@ -23,7 +23,8 @@
23
"bin"
24
],
25
"scripts": {
26
- "clean": "git clean -fX",
+ "clean": "rm -rfv package*/ nodenv-jetbrains-npm-*.tgz",
27
+ "start": "bin/npm-cli.js",
28
"postversion": "npm publish",
29
"prepublishOnly": "npm run publish:github",
30
"publish:github": "git push --follow-tags"
0 commit comments