outline-server icon indicating copy to clipboard operation
outline-server copied to clipboard

Reorganize `npm run action` for better ergonomics

Open bemasc opened this issue 4 years ago • 0 comments

With this change npm run action some/project/verb becomes npm run action verb some/project. When the action is start or test, this is aliased to npm start some/project or npm test some/project. This aligns better with npm's standard patterns, reduces typing, and results in commands that look more like natural sentences.

bemasc avatar Nov 12 '21 12:11 bemasc