1
0
nicejs-is-cool 3 жил өмнө
parent
commit
36b95873a7
1 өөрчлөгдсөн 4 нэмэгдсэн , 1 устгасан
  1. 4 1
      package.json

+ 4 - 1
package.json

@@ -12,7 +12,10 @@
   "repository": "https://github.com/Mantaseus/peerjs-on-node",
   "author": "Mantaseus",
   "license": "MIT",
-  "scripts": {},
+  "scripts": {
+    "postinstall": "npm run build",
+    "build": "node build.js"
+  },
   "main": "index.js",
   "devDependencies": {
     "parcel": "^1.12.3"