mirror of
https://github.com/Tonejs/Tone.js
synced 2025-01-12 20:08:48 +00:00
moving increment-ts to increment
This commit is contained in:
parent
0246dda544
commit
2a112775d5
2 changed files with 1 additions and 2 deletions
|
@ -13,12 +13,11 @@
|
|||
"Tone"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "npm run increment-ts && rm -rf build && npm run ts:build && npm run webpack:build",
|
||||
"build": "npm run increment && rm -rf build && npm run ts:build && npm run webpack:build",
|
||||
"codecov": "codecov",
|
||||
"docs": "node scripts/generate_docs.js",
|
||||
"docs:json": "cross-var typedoc --options \"./scripts/typedoc.json\" --json \"$npm_config_docs_json\"",
|
||||
"increment": "node scripts/increment_version.js",
|
||||
"increment-ts": "node scripts/increment_version_ts.js",
|
||||
"karma": "cross-var karma start ./test/karma.conf.js --single-run --file $npm_config_file --dir $npm_config_dir",
|
||||
"karma:browser": "cross-var karma start ./test/karma.conf.js --auto-watch --browsers OnlineChrome --file $npm_config_file --dir $npm_config_dir",
|
||||
"karma:watch": "cross-var karma start ./test/karma.conf.js --auto-watch --file $npm_config_file --dir $npm_config_dir",
|
||||
|
|
Loading…
Reference in a new issue