Skip to content

Commit

Permalink
ci: making the pipeline work
Browse files Browse the repository at this point in the history
  • Loading branch information
nexus49 committed Jun 26, 2024
1 parent 37cd791 commit d8f9f0d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
18 changes: 17 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@
"name": "example-content",
"version": "0.0.0",
"scripts": {
"npm:install:ui": "cd frontend && npm install",
"test": "concurrently 'npm:test:*(!cov)'",
"test:ui": "cd frontend && npm run test",
"build": "concurrently 'npm:build:*'"
"build": "concurrently 'npm:build:*'",
"build:ui": "cd frontend && npm run build",
"prepare": "husky && npm run npm:install:ui"
},
"private": true,
"dependencies": {
},
"devDependencies": {
"concurrently": "8.2.2"
"concurrently": "8.2.2",
"husky": "9.0.11"
}
}

0 comments on commit d8f9f0d

Please sign in to comment.