Marcelo Fornet 6 years atrás
parent
commit
dec9019190
3 changed files with 6 additions and 1 deletions
  1. 1 1
      package.json
  2. 2 0
      scripts/clean_package.sh
  3. 3 0
      scripts/update_static.sh

+ 1 - 1
package.json

@@ -4,7 +4,7 @@
     "description": "Competitive Programming made simple",
     "icon": "images/logo.png",
     "publisher": "marx24",
-    "version": "0.1.7",
+    "version": "0.1.8",
     "license": "MIT",
     "engines": {
         "vscode": "^1.30.0"

+ 2 - 0
scripts/clean_package.sh

@@ -0,0 +1,2 @@
+#!/bin/bash
+rm *.vsix

+ 3 - 0
scripts/update_static.sh

@@ -0,0 +1,3 @@
+#!/bin/bash
+rm -r out/static
+cp -r src/static out/static