create-next2d-app 1.0.4 → 1.0.5
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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -381,7 +381,7 @@ function createApp (app_name, template = "@next2d/framework-template")
|
|
|
381
381
|
"start": "webpack serve",
|
|
382
382
|
"build": "webpack --mode production",
|
|
383
383
|
"lint": "eslint src/**/*.js",
|
|
384
|
-
"test": "jest"
|
|
384
|
+
"test": "npx jest"
|
|
385
385
|
}
|
|
386
386
|
}, null, 2) + os.EOL
|
|
387
387
|
);
|