Skip to content

Commit

Permalink
amend build command in workflow
Browse files Browse the repository at this point in the history
and amebd README
  • Loading branch information
newlandsvalley committed Jan 31, 2025
1 parent f2a1339 commit 0369d06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
output
- name: Build source
run: spago build --pure
run: spago --package school-of-music build

- name: Run tests
run: spago test --pure
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Because the transformation to PSoM is relatively expensive, there is no editor w
To build
--------

spago build
mpm run build

To test
-------
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"scripts": {
"build": "spago build",
"build": "spago --package school-of-music build",
"test": "spago test",
"halogen-editor": "spago bundle --package halogen-editor --outfile dist/app.js --bundle-type app --platform browser",
"polyphonic-player": "spago bundle --package polyphonic-player --outfile dist/app.js --bundle-type app --platform browser",
Expand Down

0 comments on commit 0369d06

Please sign in to comment.