Skip to content

Commit

Permalink
feat: Add npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
grafakus committed Jul 17, 2024
1 parent 388fe18 commit 779e560
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"build": "webpack -c webpack.config.ts --env production",
"predev": "rm -rf node_modules/.cache",
"dev": "yarn predev && webpack -w -c webpack.config.ts --env development",
"docs:dev": "make -C docs docs",
"docs:lint": "make -C docs vale",
"e2e:ci": " docker run --network host -v $(pwd)/e2e:/app/e2e -v $(pwd)/src:/app/src pyroscope-app-plugin-e2e:latest",
"e2e:ci:prepare": "docker build --progress=auto -t pyroscope-app-plugin-e2e:latest -f Dockerfile.plugin.e2e .",
"e2e:ci:server:down": "docker-compose down",
Expand Down

0 comments on commit 779e560

Please sign in to comment.