Skip to content

Commit 3549f23

Browse files
Not using prepare script anymore. This is done through release-it.
1 parent bb78263 commit 3549f23

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"build_test": "yarn build_tests && yarn build_xpath_script && yarn build_xslt_script",
1515
"build_xpath_script": "rollup test_src/xpath_script.js -c -f iife -o test_dist/xpath_script.js",
1616
"build_xslt_script": "rollup test_src/xslt_script.js -c -f iife -o test_dist/xslt_script.js",
17-
"prepare": "yarn build",
1817
"lint": "eslint src/**/*"
1918
},
2019
"repository": {

0 commit comments

Comments
 (0)