We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3659c5e commit 4e21053Copy full SHA for 4e21053
.github/workflows/nodejs.yml
@@ -88,7 +88,7 @@ jobs:
88
run: yarn add -W webpack@${{ matrix.webpack-version }}
89
90
- name: Build
91
- run: yarn build:ci
+ run: yarn build
92
93
- name: Test and Generate Coverage
94
run: |
package.json
@@ -27,7 +27,6 @@
27
"prebuild": "yarn clean",
28
"prebuild:ci": "yarn clean && node ./scripts/setupBuild.js",
29
"build": "tsc --build",
30
- "build:ci": "tsc --build",
31
"watch": "tsc --build --watch",
32
"commit": "git-cz",
33
"lint:prettier": "prettier --list-different . \"!**/*.{js,ts}\" ",
0 commit comments