We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4a41f commit e192240Copy full SHA for e192240
samples/test-example/package.json
@@ -2,7 +2,7 @@
2
"name": "@js-api-samples/test-example",
3
"version": "1.0.0",
4
"scripts": {
5
- "build": "tsc && bash ../jsfiddle.sh test-example && bash ../app.sh test-example && bash ../docs.sh test-example && npm run build:vite --workspace=. && bash ../dist.sh test-example",
+ "build": "tsc && bash ../jsfiddle.sh test-example && bash ../app.sh test-example && bash ../docs.sh test-example && npm run build:vite --workspace=.",
6
"test": "tsc && npm run build:vite --workspace=.",
7
"start": "tsc && vite build --base './' && vite",
8
"build:vite": "vite build --base './'",
0 commit comments