Skip to content

Commit 28c14a3

Browse files
committed
Build: Introduce npm script for cleanup
1 parent 5eb6f05 commit 28c14a3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ cd $cdn
4040
git push -f
4141
cd -
4242

43-
rm -rf __release/
43+
npm run clean
4444
node release.js --remote=$project
4545
```
4646

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"grunt-contrib-jshint": "~0.7.2"
1313
},
1414
"scripts": {
15-
"test": "grunt"
15+
"test": "grunt",
16+
"clean": "rm -rf __release/"
1617
},
1718
"repository": "jquery/jquery-release",
1819
"license": "MIT"

0 commit comments

Comments
 (0)