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 2e2747b + 4d00031 commit a028900Copy full SHA for a028900
{{cookiecutter.project_shortname}}/package.json
@@ -16,7 +16,7 @@
16
"scripts": {
17
"start": "webpack-serve --config ./webpack.serve.config.js --open",
18
"validate-init": "python _validate_init.py",
19
- "prepublish": "npm run validate-init",
+ "prepublishOnly": "npm run validate-init",
20
"build:js": "webpack --mode production",
21
"build:py_and_r": "dash-generate-components ./src/lib/components {{ cookiecutter.project_shortname }} -p package-info.json --r-prefix '{{ cookiecutter.r_prefix }}'",
22
"build:py_and_r-activated": "(. venv/bin/activate || venv\\scripts\\activate && npm run build:py_and_r)",
0 commit comments