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.
2 parents c16b2b0 + 5436643 commit 6acec7fCopy full SHA for 6acec7f
.travis.yml
@@ -21,6 +21,7 @@ before_script:
21
- "npm prune"
22
- "npm update"
23
- "export DISPLAY=:99.0"
24
+ - "export TZ='Europe/Sofia'"
25
- "sh -e /etc/init.d/xvfb start"
26
- "sleep 3" # give xvfb some time to start
27
script:
package.json
@@ -8,6 +8,7 @@
8
},
9
"cldr-data-coverage": "full",
10
"scripts": {
11
+ "build-package": "gulp build-npm-package",
12
"test": "gulp test",
13
"lint": "gulp lint",
14
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
0 commit comments