Skip to content

Commit

Permalink
CI should work
Browse files Browse the repository at this point in the history
  • Loading branch information
dhilt committed Jul 4, 2023
1 parent 82eb06e commit fe2cb1c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"test": "cd tests && npm test",
"build:lib": "cd scroller && npm run build",
"build:demo": "cd demo && npm run build",
"ci:lib": "cd scroller && npm run ci",
"ci:demo": "cd demo && npm run ci",
"ci:server": "cd demo && npm run ci",
"ci:tests": "cd tests && npm run ci",
"ci:lib": "cd scroller && npm ci",
"ci:demo": "cd demo && npm ci",
"ci:server": "cd demo && npm ci",
"ci:tests": "cd tests && npm ci",
"ci:all": "npm run ci:lib && npm run ci:demo && npm run ci:server && npm run ci:tests",
"pack:lib": "npm run build:lib && npm pack ./dist/scroller",
"publish:lib": "npm run build:lib && npm publish ./dist/scroller",
Expand All @@ -28,4 +28,4 @@
"lint-staged": "^13.2.2",
"prettier": "^2.8.8"
}
}
}

0 comments on commit fe2cb1c

Please sign in to comment.