Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/jspsych/metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhang03 committed Aug 2, 2024
2 parents 494eefc + c10cd30 commit 5fc108d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
- name: Build packages
run: npm run build

- name: Run tests
run: npm run test -- --ci --maxWorkers=2
# add tests back in here

- name: Create Release Pull Request or Publish to npm
id: changesets
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ export const validateJson = (filePath: string, fileName?: string): boolean => {
console.error(`Error: ${error.message}`);
return false;
}
}
}

0 comments on commit 5fc108d

Please sign in to comment.