sinto 1.10.0 → 1.10.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5,7 +5,8 @@
|
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
7
7
|
"start": "browser-sync start --config bs-config.json",
|
|
8
|
-
"
|
|
8
|
+
"preview": "browser-sync start --server dist",
|
|
9
|
+
"dev": "npx esbuild src/**/*.ts --outdir=public --bundle --watch",
|
|
9
10
|
"build:src": "npx esbuild src/app.ts --outdir=dist --bundle --minify",
|
|
10
11
|
"build:htmlcss": "cpx public/**/*.{html,css,png} dist",
|
|
11
12
|
"build:bscss": "cpx node_modules/bootstrap/dist/css/bootstrap.css dist",
|
package/package.json
CHANGED