Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
fix: remove postinstall command
Browse files Browse the repository at this point in the history
Closes #23
  • Loading branch information
kevinmarrec committed Jul 22, 2022
1 parent 00f7436 commit 6b06749
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- name: Install Dependencies
run: pnpm install --frozen-lockfile

- name: Prepare
- run: pnpm prepare

- name: Lint
run: pnpm lint

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"module": "./dist/module.mjs",
"types": "./dist/module.d.ts",
"scripts": {
"postinstall": "nuxi prepare example",
"build": "nuxt-module-build",
"dev": "nuxi dev example",
"prepare": "nuxi prepare example",
"example:build": "nuxi build example",
"example:generate": "nuxi generate example",
"example:start": "nuxi preview example",
Expand Down

0 comments on commit 6b06749

Please sign in to comment.