Skip to content

Commit 3a3b364

Browse files
ci: fix
1 parent 0b116f7 commit 3a3b364

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"test:smoketests": "c8 node --enable-source-maps smoketests/index.js",
4343
"test:coverage": "c8 npm run test:base",
4444
"update:docs": "node ./scripts/update-docs",
45-
"version": "node ./node_modules/.bin/changeset version && node ./scripts/sync-changelogs.js",
46-
"release": "npm run build && node ./node_modules/.bin/changeset publish",
45+
"version": "changeset version && node ./scripts/sync-changelogs.js",
46+
"release": "npm run build && changeset publish",
4747
"prepare": "husky"
4848
},
4949
"devDependencies": {

0 commit comments

Comments
 (0)