Skip to content

Commit 0f4daa5

Browse files
committed
chore: add build and test scripts
1 parent 60a42e5 commit 0f4daa5

File tree

2 files changed

+3
-89
lines changed

2 files changed

+3
-89
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"version": "0.0.0",
44
"license": "MIT",
55
"scripts": {
6-
"nx": "nx"
6+
"nx": "nx",
7+
"build": "nx run qwik-image:build",
8+
"test": "echo 'test'"
79
},
810
"private": false,
911
"type": "module",
@@ -22,7 +24,6 @@
2224
"@jscutlery/semver": "2.30.1",
2325
"@nrwl/cypress": "19.7.4",
2426
"@nrwl/linter": "19.7.4",
25-
"@nrwl/nx-cloud": "16.0.1",
2627
"@nrwl/vite": "19.7.4",
2728
"@nrwl/workspace": "19.7.4",
2829
"@types/node": "18.15.13",

pnpm-lock.yaml

-87
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)