Skip to content

Commit dedda82

Browse files
committed
Added "clean" script
1 parent 28ce86a commit dedda82

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Diff for: .gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,3 @@
2121
npm-debug.log*
2222
yarn-debug.log*
2323
yarn-error.log*
24-
25-
public/flex.jpg

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,9 @@
6464
"workbox-webpack-plugin": "3.6.3"
6565
},
6666
"scripts": {
67-
"start": "node scripts/start.js",
6867
"build": "node scripts/build.js",
68+
"clean": "git clean -fdX .",
69+
"start": "node scripts/start.js",
6970
"test": "node scripts/test.js"
7071
},
7172
"eslintConfig": {

Diff for: public/flex.jpg

15.9 KB
Loading

0 commit comments

Comments
 (0)