We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aec72aa commit b3768daCopy full SHA for b3768da
5 files changed
circle.yml
@@ -47,6 +47,9 @@ jobs:
47
- run:
48
name: Build
49
command: npm run build
50
+ - run:
51
+ name: Build.System
52
+ command: npm run build.system
53
54
name: Semantic Release
55
command: node_modules/.bin/semantic-release
0 commit comments