Skip to content
This repository was archived by the owner on Nov 25, 2021. It is now read-only.

Commit af0d3ee

Browse files
committed
build tgz
1 parent 6a72893 commit af0d3ee

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,6 @@ jspm_packages
4444

4545
# Build files
4646
/build
47+
48+
49+
*.tgz

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"uglify-es": "^3.3.9"
4848
},
4949
"scripts": {
50-
"clean": "rimraf build",
50+
"clean": "rimraf build *.tgz",
5151
"watch": "rollup -c -w -i src/index.js",
5252
"test": "eslint src",
5353
"test:watch": "jest --watch",

0 commit comments

Comments
 (0)