Skip to content

Commit

Permalink
package.json build script
Browse files Browse the repository at this point in the history
  • Loading branch information
RayNawfal committed Feb 27, 2024
1 parent 34c04bc commit 3a5ad41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/audio2text-input/package.json
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@
"python3": "3.8.0"
},
"scripts": {
"build": "mkdir -p dist/__pypackages__/ && pip3 install -t dist/__pypackages__/ -r requirements.txt && cp -t ./dist/ *.py *.json *.wav",
"build": "mkdir -p dist/__pypackages__/ && pip3 install -t dist/__pypackages__/ -r requirements.txt && cp -t ./dist/ *.py *.json",
"clean": "rm -rf ./dist"
}
}

0 comments on commit 3a5ad41

Please sign in to comment.