File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 18
18
"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;'" ,
19
19
"busted" : " yarn resty -I spec template/bin/busted.lua -o TAP" ,
20
20
"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" ,
22
22
"format" : " prettier --write ." ,
23
23
"build" : " zx ./scripts/build.mjs" ,
24
24
"snapshot" : " zx ./scripts/snapshot.mjs" ,
25
25
"pretest2" : " run-s build snapshot" ,
26
- "prepublishOnly" : " pnpm build" ,
26
+ "prepublishOnly" : " npm run build" ,
27
27
"prepublishOnly2" : " zx ./scripts/prepublish.mjs" ,
28
28
"nginx" : " nginx -p . -c conf/nginx.conf" ,
29
29
"test" : " mv logs/error.log; kill -9 $(lsof -t -i:8080);yarn nginx; ./test.py ; yarn nginx -s stop"
You can’t perform that action at this time.
0 commit comments