|
@@ -23,7 +23,7 @@
|
|
|
],
|
|
|
"scripts": {
|
|
|
"start": "concurrently \"parcel watch example/*.html --out-dir ./example/dev-bundle/ --public-url . --no-cache\" \"static-server\"",
|
|
|
- "build": "parcel build --no-content-hash example/*.html --out-dir ./example/bundle/ --public-url . --no-cache",
|
|
|
+ "build-examples": "parcel build --no-content-hash example/*.html --out-dir ./example/bundle/ --public-url . --no-cache",
|
|
|
"lint": "eslint \"src/**/*.js\" \"test/**/*.js\" \"example/*.js\" && tsc -p tsconfig.json --noEmit",
|
|
|
"test": "jest"
|
|
|
},
|