Closed noahbass closed 4 years ago
By default, travis ci runs just npm test. Now, the script runs both npm run build and npm test to ensure that the build is working properly.
npm test
npm run build
Todo in the future: add actual tests to test/ 😄
test/
By default, travis ci runs just
npm test
. Now, the script runs bothnpm run build
andnpm test
to ensure that the build is working properly.Todo in the future: add actual tests to
test/
😄