Skip to content
This repository was archived by the owner on Jan 2, 2024. It is now read-only.

Commit 96ad9e9

Browse files
committed
build: use cd instead of pushd in build scripts
1 parent 34109f9 commit 96ad9e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"lint": "yarn fix && yarn run check",
5656
"check": "yarn run pretty.check && gts check",
5757
"fix": "yarn run pretty.fix && gts fix",
58-
"test.examples": "pushd examples/quickstart && rm yarn.lock && yarn && yarn start",
58+
"test.examples": "cd examples/quickstart && rm yarn.lock && yarn && yarn start",
5959
"preversion": "yarn test && yarn test.examples",
6060
"docs": "yarn clean && yarn build && rm -rf docs && mkdir -p docs && ( mocha --grep='#private' --invert -R markdown >docs/index.md )",
6161
"test-unit": "yarn test --grep='#e2e|#int' --invert",

0 commit comments

Comments
 (0)