Skip to content

Commit bba2c7d

Browse files
author
a-tylenda
committed
Add correct script to package.json
1 parent 6fb7f7e commit bba2c7d

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

python/hostclient-start-seq-py/package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@
1313
"python3": "3.9.0"
1414
},
1515
"scripts": {
16-
"build:refapps": "yarn build:refapps:only",
17-
"build:refapps:only": "mkdir -p dist/__pypackages__/ && cp *.py dist/ && pip3 install -t dist/__pypackages__/ -r requirements.txt",
18-
"postbuild:refapps": "yarn prepack && yarn packseq",
19-
"packseq": "PACKAGES_DIR=python node ../../scripts/packsequence.js",
20-
"prepack": "PACKAGES_DIR=python node ../../scripts/publish.js",
21-
"clean": "rm -rf ./dist"
22-
}
16+
"build:refapps": "yarn build:refapps:only",
17+
"build:refapps:only": "mkdir -p dist/__pypackages__/ && cp *.py dist/ && pip3 install -t dist/__pypackages__/ -r requirements.txt",
18+
"postbuild:refapps": "yarn packseq",
19+
"packseq": "PACKAGES_DIR=python node ../../scripts/packsequence.js",
20+
"clean": "rm -rf ./dist"
21+
}
2322
}

0 commit comments

Comments
 (0)