aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 5a0e82c..590cc27 100644
--- a/package.json
+++ b/package.json
@@ -22,9 +22,9 @@
],
"scripts": {
"build": "rimraf dist && tsc --sourceMap false && tsc -m commonjs --outDir dist/cjs --sourceMap false",
- "build:demo": "parcel build demo/src/index.html -d demo/dist",
+ "build:demo": "vite build demo",
"prepare": "husky install && npm run build",
- "start": "parcel demo/src/index.html -d demo/build",
+ "start": "vite demo",
"lint": "eslint src/**/*.ts demo/**/*.ts",
"test": "npm run lint && jest",
"test:watch": "jest --watch",
@@ -50,7 +50,7 @@
"husky": "^6.0.0",
"jest": "^26.1.0",
"lint-staged": "^9.5.0",
- "parcel-bundler": "^1.12.4",
+ "vite": "^2.9.9",
"prettier": "^2.3.2",
"rimraf": "^3.0.2",
"ts-jest": "^26.1.2",