From 3551355f2b66c511a7301c80520ad849027739a8 Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 18 Nov 2017 12:15:23 -0800 Subject: [PATCH] add test step to PUBLISH.md --- PUBLISH.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PUBLISH.md b/PUBLISH.md index 50e442c..e245574 100644 --- a/PUBLISH.md +++ b/PUBLISH.md @@ -2,6 +2,8 @@ - make changes +- run `yarn test` and make sure all tests pass + - run `yarn build` and commit new build file - bump version in package.json according to semver.org rules