@nextsparkjs/cli 0.1.0-beta.30 → 0.1.0-beta.31
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/dist/cli.js +1 -2
- package/package.json +3 -3
package/dist/cli.js
CHANGED
|
@@ -2333,8 +2333,7 @@ async function updatePackageJson(config2) {
|
|
|
2333
2333
|
"build:registries": "nextspark registry:build",
|
|
2334
2334
|
"db:migrate": "nextspark db:migrate",
|
|
2335
2335
|
"db:seed": "nextspark db:seed",
|
|
2336
|
-
"test
|
|
2337
|
-
"test:e2e": `cypress run --config-file contents/themes/${config2.projectSlug}/tests/cypress.config.ts`,
|
|
2336
|
+
"test": `jest --config contents/themes/${config2.projectSlug}/tests/jest/jest.config.cjs`,
|
|
2338
2337
|
"cy:open": `cypress open --config-file contents/themes/${config2.projectSlug}/tests/cypress.config.ts`,
|
|
2339
2338
|
"cy:run": `cypress run --config-file contents/themes/${config2.projectSlug}/tests/cypress.config.ts`,
|
|
2340
2339
|
"cy:tags": "node scripts/cy-tags.cjs",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nextsparkjs/cli",
|
|
3
|
-
"version": "0.1.0-beta.
|
|
3
|
+
"version": "0.1.0-beta.31",
|
|
4
4
|
"description": "NextSpark CLI - Complete development toolkit",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"fs-extra": "^11.2.0",
|
|
21
21
|
"ora": "^8.0.0",
|
|
22
22
|
"tar": "^7.0.0",
|
|
23
|
-
"@nextsparkjs/core": "0.1.0-beta.
|
|
23
|
+
"@nextsparkjs/core": "0.1.0-beta.31"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@types/fs-extra": "^11.0.4",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@types/tar": "^6.1.0",
|
|
29
29
|
"tsup": "^8.0.0",
|
|
30
30
|
"typescript": "^5.0.0",
|
|
31
|
-
"@nextsparkjs/core": "0.1.0-beta.
|
|
31
|
+
"@nextsparkjs/core": "0.1.0-beta.31"
|
|
32
32
|
},
|
|
33
33
|
"keywords": [
|
|
34
34
|
"nextspark",
|