Skip to content

Commit

Permalink
test removing postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantcornholio committed Jul 26, 2024
1 parent 9aaa35c commit ec71186
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/javascript-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
${{ runner.os }}-yarn-
- name: Install dependencies
run: yarn install --immutable --mode skip-build
- run: yarn run postinstall
- run: yarn run generate
- run: yarn run ${{ matrix.command }}

conclude:
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ COPY package.json yarn.lock .yarnrc.yml ./
COPY .papi ./.papi

RUN yarn install --immutable
RUN yarn run generate

COPY . .

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"start": "node dist",
"build": "ncc build --license LICENSE",
"postinstall": "papi",
"generate": "papi",
"test": "vitest",
"fix": "npx eslint --fix 'src/**/*.ts' && npx prettier --write 'src/**/*.{ts,yml}'",
"lint": "npx eslint 'src/**/*.ts' && npx prettier --check 'src/**/*.{ts,yml}'"
Expand Down

0 comments on commit ec71186

Please sign in to comment.