We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe05931 commit e38e7dcCopy full SHA for e38e7dc
1 file changed
template/package.json.jinja
@@ -1,4 +1,5 @@
1
-{% raw %}{
+{% raw %}
2
+{
3
"name": "javascript-library",
4
"private": true,
5
"type": "module",
@@ -11,7 +12,7 @@
11
12
"dev": "nuxt dev --no-fork",
13
"generate": "nuxt generate",
14
"preview": "nuxt preview",
- "postinstall": "node ./scripts/postinstall.mjs",
15
+ "postinstall": "nuxt prepare",
16
"test-unit": "vitest run --exclude=\"tests/e2e/**\" --exclude=\"tests/compiled/**\" --coverage",
17
"test-unit:watch": "vitest --exclude=\"tests/e2e/**\" --exclude=\"tests/compiled/**\"",
18
"test-compiled": "dotenv -v NUXT_DISABLE_OPTIMIZE_DEPS=1 -- vitest run --exclude=\"tests/e2e/**\" --exclude=\"tests/unit/**\" --test-timeout=15000"
0 commit comments