2
0
mirror of https://github.com/tenrok/vue-tribute.git synced 2026-06-23 10:20:35 +03:00

Remove old example files

This commit is contained in:
Collin Henderson
2018-03-25 16:52:25 -04:00
parent 74112d151f
commit d4047b69cf
5 changed files with 1 additions and 75 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
"test": "jest",
"watch-test": "jest --watchAll",
"example": "poi example/index.js",
"example:build": "poi build",
"example:build": "rm -rf example/dist && poi build",
"example:deploy": "git subtree push --prefix example/dist origin gh-pages",
"version": "npm run example:deploy"
},