File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 3535 registry-url : ' https://registry.npmjs.org'
3636
3737 - name : Publish to npm
38- run : cd dist && npm publish --access public
38+ run : npm publish --access public
3939 env :
4040 NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 2828 "require" : " ./dist/json-formbuilder.cjs.js"
2929 }
3030 },
31+ "files" : [
32+ " dist/**/*" ,
33+ " README.md" ,
34+ " LICENSE"
35+ ],
3136 "scripts" : {
3237 "prebuild" : " rimraf dist" ,
3338 "build" : " bunx vite build --config vite.config.ts" ,
3439 "start:dev" : " cd playground && bunx vite --host" ,
35- "postbuild " : " cpr README.md dist/README.md && cpr LICENSE dist/LICENSE && cpr package.json dist/package.json" ,
40+ "posatbuild " : " cpr README.md dist/README.md && cpr LICENSE dist/LICENSE && cpr package.json dist/package.json" ,
3641 "test" : " bun test" ,
3742 "test:watch" : " bun test --watch"
3843 },
You can’t perform that action at this time.
0 commit comments