Skip to content

Commit 3722cb7

Browse files
authored
Merge pull request #16 from remotemerge/update-install-workflow
Update install workflow
2 parents 2e19464 + 9b4235c commit 3722cb7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- name: "Print version"
2626
run: node -v && npm -v
2727

28-
- name: "Create test directory"
29-
run: \mkdir package_test && \cd package_test
28+
- name: "Clean the directory"
29+
run: rm -rf *
3030

3131
- name: "Init package config"
3232
run: npm init -y

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remotemerge/xpath-parser",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Modern JavaScript utility to parse XPath expressions!",
55
"license": "MIT",
66
"keywords": [

0 commit comments

Comments
 (0)