Skip to content

Commit

Permalink
chore: add build and test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
gioboa committed Nov 21, 2024
1 parent 60a42e5 commit 0f4daa5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 89 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"version": "0.0.0",
"license": "MIT",
"scripts": {
"nx": "nx"
"nx": "nx",
"build": "nx run qwik-image:build",
"test": "echo 'test'"
},
"private": false,
"type": "module",
Expand All @@ -22,7 +24,6 @@
"@jscutlery/semver": "2.30.1",
"@nrwl/cypress": "19.7.4",
"@nrwl/linter": "19.7.4",
"@nrwl/nx-cloud": "16.0.1",
"@nrwl/vite": "19.7.4",
"@nrwl/workspace": "19.7.4",
"@types/node": "18.15.13",
Expand Down
87 changes: 0 additions & 87 deletions pnpm-lock.yaml

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

0 comments on commit 0f4daa5

Please sign in to comment.