Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dherman committed Mar 28, 2024
1 parent e54a1de commit 4b301e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/create-neon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dist/data/**/*"
],
"scripts": {
"build": "tsc && cp -r data/templates dist/data && cp data/*.json dist/data/ && ls -R dist/data",
"build": "tsc && cp -r data dist/data/ && ls -R dist/data",
"prepublishOnly": "npm run build",
"pretest": "npm run build",
"test": "mocha",
Expand Down

0 comments on commit 4b301e3

Please sign in to comment.