Skip to content

Commit

Permalink
Changed bigdemo.zip to go into public folder in app when building wit…
Browse files Browse the repository at this point in the history
…h examples
  • Loading branch information
aultac committed Mar 30, 2024
1 parent 5c5202d commit e83a898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dist"
],
"scripts": {
"build": "node dev/build.js && tsc -b && zip -r -j bigdemo.zip examples/ -x \"*.DS_Store\" && cp bigdemo.zip ../app/",
"build": "node dev/build.js && tsc -b && zip -r -j bigdemo.zip examples/ -x \"*.DS_Store\" && cp bigdemo.zip ../app/public/.",
"build:local": "node dev/build.js && tsc -b",
"test:browser": "live-server --port=8080 --host=localhost --wait=100 --watch=examples,test --open=test/browser.html",
"test:node": "nodemon --enable-source-maps --config nodemon.config.json test/node.js",
Expand All @@ -33,4 +33,4 @@
"json-pointer": "^0.6.2",
"typescript": "^5.4.3"
}
}
}

0 comments on commit e83a898

Please sign in to comment.