Ben 11 달 전
부모
커밋
f4f67312ce
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      js/package.json

+ 3 - 1
js/package.json

@@ -4,7 +4,9 @@
   "description": "",
   "main": "info.js",
   "scripts": {
-    "test": "echo \"Error: no test specified\" && exit 1"
+    "test": "echo \"Error: no test specified\" && exit 1",
+    "run": "open ./index.html",
+    "build": "webpack"
   },
   "author": "",
   "license": "ISC",