Skip to content

Commit f845239

Browse files
committed
fix ci
1 parent 87e9130 commit f845239

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

ci/build.sh

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -43,23 +43,23 @@ fi
4343

4444
if [ "$CI_PRERELEASE" = "true" ]
4545
then
46-
git fetch --depth=1 origin "v$(npm view purescript@next version)"
47-
48-
# List of files/folders to use to detect if a new prerelease should be
49-
# issued. Any path that could contain files that affect the built bundles or
50-
# the published npm package should be included here. Paths that no longer
51-
# exist should be deleted. A false positive is not as big a deal as a false
52-
# negative, so err on the side of including stuff.
53-
if git diff --quiet FETCH_HEAD HEAD -- \
54-
.github/workflows app bundle ci npm-package src \
55-
purescript.cabal stack.yaml
56-
then
57-
echo "Skipping prerelease because no input affecting the published package was"
58-
echo "changed since the last prerelease"
59-
echo "do-not-prerelease=true" >> $GITHUB_OUTPUT
60-
else
46+
# git fetch --depth=1 origin "v$(npm view @wclr/purescript@next version)"
47+
48+
# # List of files/folders to use to detect if a new prerelease should be
49+
# # issued. Any path that could contain files that affect the built bundles or
50+
# # the published npm package should be included here. Paths that no longer
51+
# # exist should be deleted. A false positive is not as big a deal as a false
52+
# # negative, so err on the side of including stuff.
53+
# if git diff --quiet FETCH_HEAD HEAD -- \
54+
# .github/workflows app bundle ci npm-package src \
55+
# purescript.cabal stack.yaml
56+
# then
57+
# echo "Skipping prerelease because no input affecting the published package was"
58+
# echo "changed since the last prerelease"
59+
# echo "do-not-prerelease=true" >> $GITHUB_OUTPUT
60+
# else
6161
do_prerelease=true
62-
fi
62+
# fi
6363
fi
6464

6565
package_version=$(node -pe 'require("./npm-package/package.json").version')

npm-package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "wclr/purescript",
2+
"name": "@wclr/purescript",
33
"version": "0.15.15",
44
"license": "ISC",
55
"description": "PureScript wrapper that makes it available as a local dependency",

0 commit comments

Comments
 (0)