Skip to content

Commit e192240

Browse files
authored
fix: Update package.json (#517)
Tests removing call to dist.sh for just this sample, to verify functionality before changing all of them.
1 parent ac4a41f commit e192240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/test-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@js-api-samples/test-example",
33
"version": "1.0.0",
44
"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",
5+
"build": "tsc && bash ../jsfiddle.sh test-example && bash ../app.sh test-example && bash ../docs.sh test-example && npm run build:vite --workspace=.",
66
"test": "tsc && npm run build:vite --workspace=.",
77
"start": "tsc && vite build --base './' && vite",
88
"build:vite": "vite build --base './'",

0 commit comments

Comments
 (0)