Skip to content

Commit 00bf625

Browse files
committed
Remove data directory from build script
1 parent cb1c9e9 commit 00bf625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"start": "yarn http-server . -o -p 8080",
88
"test": "node tests/test-pyodide.js",
9-
"build": "mkdir -p dist && cp index.html dist/ && cp -R data dist/",
9+
"build": "mkdir -p dist && cp index.html dist/",
1010
"docker:build": "docker build -t datalab-api-wasm-plugin .",
1111
"docker:run": "docker run -p 8080:80 datalab-api-wasm-plugin"
1212
},

0 commit comments

Comments
 (0)