Skip to content

Commit

Permalink
fix: production
Browse files Browse the repository at this point in the history
  • Loading branch information
zenkyuv committed Feb 8, 2024
1 parent e4b1557 commit 0d414f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: npm ci

- name: 🔨 build
run: npm run build
run: npm run build production

- name: 🚚 tracking ignored stuff
run: |
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"scripts": {
"test": "cynic node ./x/tests.test.js",
"build": "turtle-standard && run-p copy-coi",
"build-production": "turtle-standard && run-p copy-coi override-turle-importmap",
"start": "turtle-standard-watch",
"override-turle-importmap": "importly --host=node_modules --root=/omni-clip/ < package-lock.json > x/importmap.json",
"copy-coi": "cp node_modules/coi-serviceworker/coi-serviceworker.js x/",
"copy-assets": "cp -r assets x/"
},
Expand Down

0 comments on commit 0d414f4

Please sign in to comment.