`npm run build` Fails. No /dist/ folder

I had the same error try to add:

"rules": {
	"linebreak-style": 0
  }

in .eslintrc in the main of your theme and in assets/build .eslintrc

1 Like