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 1a15974 commit 6fa7b92Copy full SHA for 6fa7b92
.travis.yml
@@ -10,7 +10,7 @@ branches:
10
only:
11
- master
12
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/
13
-before_script: "npm update"
+install: "npm i && npm update"
14
before_deploy:
15
- npm run build
16
env:
0 commit comments