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 cb1c9e9 commit 00bf625Copy full SHA for 00bf625
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"start": "yarn http-server . -o -p 8080",
8
"test": "node tests/test-pyodide.js",
9
- "build": "mkdir -p dist && cp index.html dist/ && cp -R data dist/",
+ "build": "mkdir -p dist && cp index.html dist/",
10
"docker:build": "docker build -t datalab-api-wasm-plugin .",
11
"docker:run": "docker run -p 8080:80 datalab-api-wasm-plugin"
12
},
0 commit comments