Skip to content

Commit 693b70d

Browse files
committed
fix npm package depending on closure compiler
1 parent efa821c commit 693b70d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
node-version: 20
2323
- name: Install Closure Compiler
24-
run: npm install google-closure-compiler
24+
run: npm install --no-save google-closure-compiler
2525
- name: Build
2626
run: npm run build
2727
- name: Publish to npm

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rtjscomp",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"description": "php-like server but with javascript",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)