Skip to content

Commit ae15cd3

Browse files
committed
Tweak CI system as suggested by @garyb in #147 to get it building
1 parent ab3bd03 commit ae15cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
npm install bower [email protected]
4545
npx bower install
46-
npx pulp build -- --censor-lib --strict
46+
npx pulp build
4747
if [ -d "test" ]; then
4848
npx pulp test
4949
fi

0 commit comments

Comments
 (0)