Browse Source

Merge remote-tracking branch 'origin/master'

# Conflicts:
#	package.json
luoyifan 3 years ago
parent
commit
81d065413a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      package.json

+ 2 - 1
package.json

@@ -8,7 +8,8 @@
   "scripts": {
   "scripts": {
     "clean": "rimraf dist/",
     "clean": "rimraf dist/",
     "dev": "rollup -w -c build/rollup.amd.js --environment NODE_ENV:development",
     "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": {
   "devDependencies": {
     "@rollup/plugin-json": "^4.1.0",
     "@rollup/plugin-json": "^4.1.0",