Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Holger Stitz authored Jan 16, 2020
1 parent e0308e8 commit 25b9572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"prebuild": "node -e \"process.exit(process.env.PHOVEA_SKIP_TESTS === undefined?1:0)\" || npm run test",
"build": "rm -rf build/source && find . -name '*.pyc' -delete && node buildPython.js && cp -r ./taco_server build/source/",
"predist": "npm run build && npm run docs",
"dist": "python setup.py sdist bdist_wheel && cd build && tar cvzf ../dist/taco_server.tar.gz *",
"dist": "python setup.py sdist bdist_wheel",
"docs": "sphinx-apidoc -o docs -f ./taco_server && sphinx-build ./docs build/docs"
}
}

0 comments on commit 25b9572

Please sign in to comment.