We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47b918f commit b77df61Copy full SHA for b77df61
.travis.yml
@@ -1,17 +1,29 @@
1
+branches:
2
+ only:
3
+ - "/^\\d+\\.\\d+/"
4
+
5
dist: jammy
6
7
language: node_js
8
9
node_js:
-- stable
10
+ - stable
11
12
sudo: false
13
14
+before_install:
15
+ - npm install -g pnpm
16
+ - pnpm --version
17
18
+install:
19
+ - pnpm install
20
21
script:
-- components/bin/version
-- npm config fix
-- npm install
-- npm run -s link:full
-- npm run -s build-all
-branches:
- only:
- - "/^\\d+\\.\\d+/"
22
+ - npm config fix
23
+ - components/bin/version
24
+ - pnpm run -s link:full
25
+ - pnpm run -s build-all
26
27
deploy:
28
provider: npm
29
email: manager@mathjax.org
0 commit comments