Skip to content

Commit 819d3f1

Browse files
committed
Removed esm/python from the GitHub source
1 parent 7634a15 commit 819d3f1

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ pyscript.js
1111
esm/worker/xworker.js
1212
esm/worker/__template.js
1313
types/
14+
esm/python/

esm/python/mip.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"types": "./types/polyscript/esm/index.d.ts",
77
"scripts": {
88
"server": "npx static-handler --coi .",
9-
"build": "node rollup/build_python.cjs && npm run rollup:xworker && npm run rollup:core && eslint esm/ && npm run ts && npm run cjs && npm run rollup:integrations && cp core.* docs/",
9+
"build": "mkdir -p esm/python && node rollup/build_python.cjs && npm run rollup:xworker && npm run rollup:core && eslint esm/ && npm run ts && npm run cjs && npm run rollup:integrations && cp core.* docs/",
1010
"cjs": "ascjs --no-default esm cjs",
1111
"dev": "node dev.cjs",
1212
"rollup:core": "rollup --config rollup/core.config.js",

0 commit comments

Comments
 (0)