We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce7021d commit a108826Copy full SHA for a108826
.travis.yml
@@ -17,7 +17,7 @@ script:
17
- npm test
18
- npm run coveralls
19
20
-before_deploy: npm run build
+before_deploy: npm run build:docs
21
22
deploy:
23
provider: pages
@@ -34,4 +34,6 @@ jobs:
34
- stage: release
35
if: branch = master
36
node_js: lts/*
37
- script: npx semantic-release
+ script:
38
+ - npm run build:plugin
39
+ - npx semantic-release
0 commit comments