Skip to content

Commit 4487394

Browse files
author
Stephan van Rooij
committed
chore: Changes to building
1 parent e0b9ec1 commit 4487394

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build-and-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
run: npm ci
2121
- name: Run tests
2222
run: npm test
23+
- name: Build library
24+
run: npm run build
2325
- name: Semantic Release
2426
uses: cycjimmy/semantic-release-action@v2
2527
id: semantic

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@
1717
"preferGlobal": true,
1818
"scripts": {
1919
"build": "tsc",
20-
"prepack": "npm ci && npm run build",
2120
"semantic-release": "semantic-release",
22-
"test": "eslint ./src/*.ts && exit 0"
21+
"test": "eslint ./src/*.ts"
2322
},
2423
"dependencies": {
2524
"@svrooij/sonos": "^2.0.6",

0 commit comments

Comments
 (0)