We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a935784 commit bd6f0d4Copy full SHA for bd6f0d4
.github/workflows/ci:build.yml
@@ -17,4 +17,4 @@ jobs:
17
useRollingCache: true
18
19
- name: Build 🏗️
20
- run: yarn build
+ run: yarn ci:build
package.json
@@ -46,6 +46,7 @@
46
"build": "NODE_ENV=production microbundle",
47
"build-docs": "esdoc",
48
"build-gh-pages": "npm run build-docs",
49
+ "ci:build": "npm run build",
50
"commit-msg": "commitlint --edit",
51
"cover": "NODE_ENV=cover c8 --all --src src --reporter lcov --reporter text-summary --reporter text npm test",
52
"debug": "NODE_ENV=debug npm run test -- -st --fail-fast",
0 commit comments