Skip to content

Commit 7977d6c

Browse files
committed
Log generated package.json file
1 parent 750c4fb commit 7977d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"build": "rm -rf dist && npm run build:vite && npm run build:cp",
1919
"build:vite": "vite build",
2020
"build:cp": "cp packages/vue-mapbox-gl/package.json dist/ && cp README.md dist/ && npm run build:fix-extension",
21-
"build:fix-extension": "echo \"$(cat dist/package.json | sed 's/index\\.ts/index\\.js/')\" > dist/package.json",
21+
"build:fix-extension": "echo \"$(cat dist/package.json | sed 's/index\\.ts/index\\.js/')\" > dist/package.json && cat dist/package.json",
2222
"prepublishOnly": "npm run build",
2323
"test": "npm run test -w @studiometa/vue-mapbox-gl-tests"
2424
},

0 commit comments

Comments
 (0)