Skip to content

Commit

Permalink
Test CI deploy dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Rey committed Nov 3, 2023
1 parent 82df623 commit 86d58f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 49 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workspace-npm-publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: (workspace) Npm nightly publish

on:
push:
branches: [main, buildnet]
branches: [test-ci]

jobs:
test:
Expand Down
46 changes: 0 additions & 46 deletions .github/workflows/workspace-powered-by.yml

This file was deleted.

4 changes: 2 additions & 2 deletions scripts/publish-dev.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
set -e

npm ci
npm run build
npm ci --loglevel=silent
npm run build --loglevel=silent
npm version --preid dev --no-git-tag-version --no-commit-hooks prepatch
#Use timestamp as package suffix
TIME=$(date -u +%Y%m%d%H%M%S)
Expand Down

0 comments on commit 86d58f8

Please sign in to comment.