Skip to content

Commit

Permalink
build(semantic-release): Updated build syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
meszaros-lajos-gyorgy committed Aug 19, 2018
1 parent 436adfb commit 7b440bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"poc": "nodemon poc/server.js --watch poc -e js,html",
"lint": "eslint src --fix",
"stage-after-lint": "git add src",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"semantic-release": "semantic-release",
"commit": "git-cz",
"commit:again": "git-cz --retry"
},
Expand Down
2 changes: 1 addition & 1 deletion todo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ Next POC to work on:
Handle time and allow recording of the monosynth, which then can be played back with the press of a button
// node.parameter.setValueAtTime
// node.cancelScheduledValues
// ctx.createPeriodicWave
// ctx.createPeriodicWave

0 comments on commit 7b440bc

Please sign in to comment.