mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2025-04-12 10:27:45 +00:00
Make version replacement work across new form
This commit is contained in:
parent
64488e569a
commit
09cf71d23c
@ -12,7 +12,7 @@
|
||||
"save:fixtures": "cross-env SAVE_FIXTURES=true npm run test",
|
||||
"test": "test/acceptance.sh",
|
||||
"version:current": "node -e 'console.log(require(\"./package.json\").version)'",
|
||||
"version:replace": "replace 'Version: \\d+\\.\\d+\\.\\d+' \"Version: $(npm run --silent version:current)\" main.sh src/*.sh",
|
||||
"version:replace": "replace 'v\\d+\\.\\d+\\.\\d+' \"v$(npm run --silent version:current)\" main.sh src/*.sh",
|
||||
"web:build": "cd website && bundle exec jekyll build --incremental",
|
||||
"web:inject": "./website/_bin/inject.sh",
|
||||
"web:install": "npm install && cd website && bundle install --path ./_vendor",
|
||||
|
Loading…
x
Reference in New Issue
Block a user