@@ -12,6 +12,11 @@ steps:
commands:
- npm run build
+- name: npm run test
+ image: node:12
+ commands:
+ - npm run test
+
- name: npm publish
image: plugins/npm
settings: