We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d97a1ef commit dfa4ecbCopy full SHA for dfa4ecb
scripts/postversion.sh
@@ -12,7 +12,7 @@ echo 'update changelog'
12
./scripts/update-changelog-page.sh
13
14
echo 'build new package'
15
-node ./build.js
+node ./build.cjs
16
17
echo 'copy new version'
18
cp "./pkg/sinon.js" "./docs/releases/sinon-$PACKAGE_VERSION.js"
0 commit comments