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.
EACCES
1 parent adf8f62 commit e099b2aCopy full SHA for e099b2a
package.json
@@ -17,7 +17,8 @@
17
"test": "ava",
18
"validate": "npm run lint && npm run test",
19
"validate:build": "tsc --project ./tsconfig.build.json --noEmit",
20
- "example-basic:build": "rm -rf ./examples/basic/dist && tsc --project ./examples/basic/tsconfig.json"
+ "example-basic:build": "rm -rf ./examples/basic/dist && tsc --project ./examples/basic/tsconfig.json",
21
+ "postexample-basic:build": "chmod +x ./examples/basic/dist/cli.js"
22
},
23
"keywords": [
24
"create",
0 commit comments