Browse Source

Merge remote-tracking branch 'origin/master'

# Conflicts:
#	package.json
luoyifan 3 năm trước cách đây
mục cha
commit
81d065413a
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      package.json

+ 2 - 1
package.json

@@ -8,7 +8,8 @@
   "scripts": {
     "clean": "rimraf dist/",
     "dev": "rollup -w -c build/rollup.amd.js --environment NODE_ENV:development",
-    "tsd": "tsc --emitDeclarationOnly"
+    "tsd": "tsc --emitDeclarationOnly",
+    "build": "rollup -c build/rollup.amd.js --environment NODE_ENV:development"
   },
   "devDependencies": {
     "@rollup/plugin-json": "^4.1.0",