Skip to content

Commit

Permalink
build(scripts): avoid commit on release, allow package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera committed Jan 12, 2024
1 parent f2c7ef5 commit 36e6553
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 @@ -34,7 +34,7 @@
"build:deps": "bash ./scripts/dependencies.sh --doctor -u --doctorTest \"npm run test:deps\"",
"build:docs": "run-s -l test:docs docs:md",
"docs:md": "node ./scripts/readme.docs.js",
"release": "changelog",
"release": "changelog --commit=false",
"start": "export _WELDABLE_DEV=true; ./bin/cli.js",
"test": "run-s -l test:lint test:spell* test:ci",
"test:ci": "export CI=true; export _WELDABLE_TEST=true; jest --collectCoverage",
Expand Down

0 comments on commit 36e6553

Please sign in to comment.