Skip to content

Commit

Permalink
add sketch plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonny Lazuardi Hermawan committed Jun 1, 2020
1 parent 7482c82 commit bdc24c9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# build artefacts
color-copy-paste.sketchplugin

# npm
node_modules
.npm
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
},
"scripts": {
"dev": "sh scripts/dev.sh",
"build": "sh scripts/build.sh"
"build": "sh scripts/build.sh",
"clean": "sh scripts/clean.sh"
},
"devDependencies": {
"@skpm/builder": "^0.5.11",
Expand Down
4 changes: 4 additions & 0 deletions scripts/clean.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh

rm -Rf resources/static/ && rm -Rf resources/precache-manifest.*
rm -Rf color-copy-paste.sketchplugin

0 comments on commit bdc24c9

Please sign in to comment.