Skip to content

Commit

Permalink
fix(build): new release process is causing issues, trying a new version
Browse files Browse the repository at this point in the history
  • Loading branch information
liana-p committed Apr 13, 2023
1 parent 1c6cda2 commit 116b02f
Show file tree
Hide file tree
Showing 5 changed files with 276 additions and 30 deletions.
5 changes: 3 additions & 2 deletions packages/create-narrat-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
"create-narrat-plugin": "index.js"
},
"scripts": {
"preversion": "npm run copy-template",
"prepublish": "npm run copy-template",
"build": "pnpm run copy-template",
"preversion": "pnpm run copy-template",
"prepublish": "pnpm run copy-template",
"copy-template": "node copy-template.js"
},
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/create-narrat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"create-narrat": "index.js"
},
"scripts": {
"build": "npm run copy-templates",
"preversion": "npm run copy-templates",
"prepublish": "npm run copy-templates",
"build": "pnpm run copy-templates",
"preversion": "pnpm run copy-templates",
"prepublish": "pnpm run copy-templates",
"copy-templates": "node copy-templates.js"
},
"files": [
Expand Down
Loading

0 comments on commit 116b02f

Please sign in to comment.