File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ groups (arrays) of commands to execute.
1717 "compile-ts" : " tsc" ,
1818 "compile-less" : " lessc src/web-app/style.less build/web-app/style.css" ,
1919 "graphics" : " copy-folder src/graphics build/my-app/graphics" ,
20- "compile-html" : " replacer src/web-app --ext=.html --pkg build/my-app" ,
20+ "compile-html" : " replacer src/web-app --ext=.html build/my-app" ,
2121 "pretest" : " npm run clean && npm run compile-ts && npm run compile-less && npm run graphics && npm run compile-html" ,
2222 "test" : " mocha spec"
2323},
@@ -32,7 +32,7 @@ groups (arrays) of commands to execute.
3232 " tsc" ,
3333 " lessc src/web-app/style.less build/web-app/style.css" ,
3434 " copy-folder src/graphics build/my-app/graphics" ,
35- " replacer src/web-app --ext=.html --pkg build/my-app"
35+ " replacer src/web-app --ext=.html build/my-app"
3636 ]
3737},
3838"scripts" : {
Original file line number Diff line number Diff line change 1313// "tsc",
1414// "lessc src/web-app/style.less build/web-app/style.css",
1515// "copy-folder src/graphics build/my-app/graphics",
16- // "replacer src/web-app --ext=.html --pkg build/my-app"
16+ // "replacer src/web-app --ext=.html build/my-app"
1717// ]
1818// },
1919// "scripts": {
Original file line number Diff line number Diff line change 1- //! run-scripts-util v1.2.2 ~~ https://github.com/center-key/run-scripts-util ~~ MIT License
1+ //! run-scripts-util v1.2.3 ~~ https://github.com/center-key/run-scripts-util ~~ MIT License
22
33export type Settings = {
44 only : number | null ;
Original file line number Diff line number Diff line change 1- //! run-scripts-util v1.2.2 ~~ https://github.com/center-key/run-scripts-util ~~ MIT License
1+ //! run-scripts-util v1.2.3 ~~ https://github.com/center-key/run-scripts-util ~~ MIT License
22
33import { spawn , spawnSync } from 'node:child_process' ;
44import chalk from 'chalk' ;
Original file line number Diff line number Diff line change 11{
22 "name" : " run-scripts-util" ,
3- "version" : " 1.2.2 " ,
3+ "version" : " 1.2.3 " ,
44 "description" : " Organize npm scripts into named groups of easy to manage commands (CLI tool designed for use in npm scripts)" ,
55 "license" : " MIT" ,
66 "type" : " module" ,
117117 },
118118 "devDependencies" : {
119119 "@types/fancy-log" : " ~2.0" ,
120- "@types/node" : " ~20.6 " ,
120+ "@types/node" : " ~20.8 " ,
121121 "@typescript-eslint/eslint-plugin" : " ~6.7" ,
122122 "@typescript-eslint/parser" : " ~6.7" ,
123123 "add-dist-header" : " ~1.3" ,
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ const runScripts = {
4040 // "tsc",
4141 // "lessc src/web-app/style.less build/web-app/style.css",
4242 // "copy-folder src/graphics build/my-app/graphics",
43- // "replacer src/web-app --ext=.html --pkg build/my-app"
43+ // "replacer src/web-app --ext=.html build/my-app"
4444 // ]
4545 // },
4646 // "scripts": {
Original file line number Diff line number Diff line change 1313// "tsc",
1414// "lessc src/web-app/style.less build/web-app/style.css",
1515// "copy-folder src/graphics build/my-app/graphics",
16- // "replacer src/web-app --ext=.html --pkg build/my-app"
16+ // "replacer src/web-app --ext=.html build/my-app"
1717// ]
1818// },
1919// "scripts": {
Original file line number Diff line number Diff line change 1313// "tsc",
1414// "lessc src/web-app/style.less build/web-app/style.css",
1515// "copy-folder src/graphics build/my-app/graphics",
16- // "replacer src/web-app --ext=.html --pkg build/my-app"
16+ // "replacer src/web-app --ext=.html build/my-app"
1717// ]
1818// },
1919// "scripts": {
You can’t perform that action at this time.
0 commit comments