elm-tooling-cli
elm-json
npx
elm-publish-action
scripts
sectionpostinstall
scriptsnpm config set ignore-scripts true
, which can cause issues because it also skips the postinstall
from your package.json
elm-tooling-cli
docs websiteelm-tooling
npm run --silent
(or -s
) to reduce noise (more ways to do it in this StackOverflow answer)npm test
and npm start
to run start
and test
from your package.json
scriptselm-tooling
quick start page