docs: package change
This commit is contained in:
		@@ -5,6 +5,7 @@
 | 
				
			|||||||
  "main": "index.js",
 | 
					  "main": "index.js",
 | 
				
			||||||
  "scripts": {
 | 
					  "scripts": {
 | 
				
			||||||
    "build": "rm -rf dist && rollup -c",
 | 
					    "build": "rm -rf dist && rollup -c",
 | 
				
			||||||
 | 
					    "build:app": "npm run build && rsync dist/* ../deploy/dist",
 | 
				
			||||||
    "watch": "rollup -c -w",
 | 
					    "watch": "rollup -c -w",
 | 
				
			||||||
    "clean": "rm -rf dist"
 | 
					    "clean": "rm -rf dist"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user