Skip to content

Commit 50c7575

Browse files
authored
Merge pull request slicknode#42 from damidevelopment/change-prepublish-to-prepare
chore: change prepublish command to prepare
2 parents 95e2899 + 6386801 commit 50c7575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test": "npm run lint && npm run testonly",
1313
"testonly": "mocha --check-leaks --exit --full-trace --require ts-node/register/transpile-only 'src/**/__tests__/**/*-test.{ts,tsx}'",
1414
"dist": "npm run clean && tsc && npm run build",
15-
"prepublish": "npm run clean && npm run dist"
15+
"prepare": "npm run clean && npm run dist"
1616
},
1717
"directories": {
1818
"lib": "./dist"

0 commit comments

Comments
 (0)