Skip to content

Commit 899a23b

Browse files
committed
Fix two small glitches
1 parent ff6c1a6 commit 899a23b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

copy-example-data.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cp -r examples/data/flower.json webpage-build/demos/data/
1818
cp -r examples/data/necklace.json webpage-build/demos/data/
1919
cp -r examples/data/piano.json webpage-build/demos/data/
2020
cp -r examples/data/power-outlet.json webpage-build/demos/data/
21-
cp -r examples/data/teapot.json webpage-build/demos/data/
21+
cp -r examples/data/teapot-2000.json webpage-build/demos/data/
2222
cp -r examples/data/smiley-face.json webpage-build/demos/data/
2323
cp -r examples/data/snowman.json webpage-build/demos/data/
2424

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"scripts": {
4242
"build": "npm run build-library; npm run build-examples;",
4343
"build-library": "rm -rf dist/*; rollup -c;",
44-
"build-webpage": "mkdir -p webpage-build; rm -rf webpage-build/*; cd webpage && npm run build && cd ..; webpack --config ./webpack.config.js --mode production; cp -r webpage/public/* webpage-build; touch webpage/demos/.nojekyll; ./copy-example-data.sh;",
44+
"build-webpage": "mkdir -p webpage-build; rm -rf webpage-build/*; cd webpage && npm run build && cd ..; webpack --config ./webpack.config.js --mode production; cp -r webpage/public/* webpage-build; touch webpage-build/demos/.nojekyll; ./copy-example-data.sh;",
4545
"deploy": "npm run build-webpage; gh-pages -d webpage-build -t --git git",
4646
"lint": "eslint src examples rollup.config.js webpack.config.js",
4747
"precommit": "NODE_ENV=production lint-staged",

0 commit comments

Comments
 (0)