Skip to content

Commit 125d59f

Browse files
committed
to:npm
1 parent 00a853a commit 125d59f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"resty": "/usr/local/openresty/bin/resty -I template -I resty_modules/lualib -I resty_modules/site/lualib --main-conf 'env NODE_ENV;' --http-conf 'lua_ssl_trusted_certificate /etc/ssl/certs/ca-certificates.crt;'",
1919
"busted": "yarn resty -I spec template/bin/busted.lua -o TAP",
2020
"sync": "cp lib/resty/router.lua template/lib/resty/router.lua",
21-
"lab": "yarn sync && pnpm build && ./outfile.cjs",
21+
"lab": "yarn sync && npm run build && ./outfile.cjs",
2222
"format": "prettier --write .",
2323
"build": "zx ./scripts/build.mjs",
2424
"snapshot": "zx ./scripts/snapshot.mjs",
2525
"pretest2": "run-s build snapshot",
26-
"prepublishOnly": "pnpm build",
26+
"prepublishOnly": "npm run build",
2727
"prepublishOnly2": "zx ./scripts/prepublish.mjs",
2828
"nginx": "nginx -p . -c conf/nginx.conf",
2929
"test": "mv logs/error.log; kill -9 $(lsof -t -i:8080);yarn nginx; ./test.py ; yarn nginx -s stop"

0 commit comments

Comments
 (0)