babel-plugin-transform-solid-jsx 4.1.10-beta.0 → 4.1.10-beta.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "babel-plugin-transform-solid-jsx",
|
|
3
3
|
"description": "A JSX to DOM plugin that wraps expressions for fine grained change detection",
|
|
4
|
-
"version": "4.1.10-beta.
|
|
4
|
+
"version": "4.1.10-beta.13",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"prebuild": "pnpm run clean",
|
|
32
32
|
"build": "rollup -c",
|
|
33
33
|
"clean": "rimraf ./dist",
|
|
34
|
-
"test:ci": "
|
|
35
|
-
"test": "pnpm run build &&
|
|
36
|
-
"test:coverage": "pnpm run build &&
|
|
34
|
+
"test:ci": "cross-env NODE_ENV=test jest --ci -i",
|
|
35
|
+
"test": "pnpm run build && jest --no-cache",
|
|
36
|
+
"test:coverage": "pnpm run build && jest --coverage --no-cache"
|
|
37
37
|
}
|
|
38
38
|
}
|