Files
medusa-store/www/vale/styles/docs/NpmCommands.yml
2025-01-02 10:45:38 +02:00

11 lines
305 B
YAML

extends: substitution
message: Use '%s' instead of '%s'
link: https://docs.medusajs.com/resources/contribution-guidelines/docs#expand-commands
level: error
scope: raw
ignorecase: false
# swap maps tokens in form of bad: good
swap:
npm i: npm install
npm start: npm run start
npm build: npm run build