Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ma committed May 16, 2024
1 parent 67b505d commit 5655909
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion misc/scripts/generate-version-file.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import chalk from 'chalk';
// Generates the `src/common/version.js` file, for checking that client and
// server use the same soundworks version

// testing: git reset --hard 7ac11bf6aad64de12872f4bd02043636b5dd62a4 && git tag -d v4.0.0-alpha.21
// testing: git reset --hard 67b505d8a0e7dbed5435c296e8db9d07d3a71fed && git tag -d v4.0.0-alpha.22

const newVersion = process.argv[2];
const pathname = path.join('src', 'common', 'version.js');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"test:all": "npx mocha tests/*/*.spec.js",
"types": "rm -Rf types && tsc",
"preversion": "node ./misc/scripts/generate-version-file.js $npm_new_version",
"postversion": "node ./misc/scripts/check-changelog.js && git commit -am --allow-empty \"$npm_new_version\""
"postversion": "node ./misc/scripts/check-changelog.js && git commit -am \"$npm_new_version\" --allow-empty"
},
"dependencies": {
"@ircam/sc-utils": "^1.3.2",
Expand Down

0 comments on commit 5655909

Please sign in to comment.