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.
2 parents 398dbe7 + fcff99b commit d406819Copy full SHA for d406819
node/build.js
@@ -4,6 +4,8 @@ const { execSync } = require('child_process');
4
5
const nextVersion = process.argv[2];
6
7
+execSync('yarn build:browser');
8
+
9
const packagesDir = path.join(__dirname, 'packages');
10
const packages = fs.readdirSync(packagesDir);
11
packages.forEach((pkg) => {
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "python-seamless"
3
-version = "0.8.1"
+version = "0.8.2"
authors = [
{ name="Xpo Development", email="[email protected]" },
]
0 commit comments